一部分
This commit is contained in:
27
pageB/components/sdetails/youhuiquan.vue
Normal file
27
pageB/components/sdetails/youhuiquan.vue
Normal file
@@ -0,0 +1,27 @@
|
||||
<template>
|
||||
<view class="youhuiquan">
|
||||
<view class="top">
|
||||
优惠券详情
|
||||
</view>
|
||||
<view class="title">
|
||||
领取优惠券
|
||||
</view>
|
||||
<scroll-view class="gundong" :scroll-y="true">
|
||||
|
||||
</scroll-view>
|
||||
</view>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
name:"youhuiquan"
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.youhuiquan{
|
||||
.gundong{
|
||||
width: 100%;
|
||||
height: 447rpx;
|
||||
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user