6.9
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</swiper-item>
|
||||
<swiper-item class="swiper-item">
|
||||
<scroll-view scroll-y class="coupon">
|
||||
<view v-for="(item, index) in 3" :key="index" class="coupon-item">
|
||||
<view v-for="(item, index) in 13" :key="index" class="coupon-item">
|
||||
<img src="../static/mine/23.png" />
|
||||
<view class="coupon-main">
|
||||
<view class="coupon-title">萌店十元优惠券</view>
|
||||
@@ -43,7 +43,7 @@
|
||||
</swiper-item>
|
||||
<swiper-item class="swiper-item">
|
||||
<scroll-view scroll-y class="details">
|
||||
<view v-for="(item, index) in 6" :key="index" class="details-item">
|
||||
<view v-for="(item, index) in 16" :key="index" class="details-item">
|
||||
<view class="item-left">
|
||||
<view class="item-title">积分商城兑换礼品</view>
|
||||
<view class="item-date">2020-03-11</view>
|
||||
@@ -132,6 +132,7 @@ export default {
|
||||
}
|
||||
}
|
||||
.coupon {
|
||||
height: 100%;
|
||||
.coupon-item {
|
||||
padding: 30rpx;
|
||||
background-color: #ffffff;
|
||||
@@ -183,6 +184,7 @@ export default {
|
||||
}
|
||||
}
|
||||
.details {
|
||||
height: 100%;
|
||||
.details-item {
|
||||
background-color: #ffffff;
|
||||
padding: 23rpx 30rpx;
|
||||
|
||||
Reference in New Issue
Block a user