|
@@ -54,7 +54,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="cm-member-main" v-if="productCouponList.length > 0">
|
|
<view class="cm-member-main" v-if="productCouponList.length > 0">
|
|
- <view class="title">专属优惠券<text class="small">每月可领4个</text></view>
|
|
|
|
|
|
+ <view class="title">专属优惠券<text class="small">每季度可领4张</text></view>
|
|
<view class="cm-member-coupon clearfix">
|
|
<view class="cm-member-coupon clearfix">
|
|
<view
|
|
<view
|
|
v-for="(coupon, index) in productCouponList"
|
|
v-for="(coupon, index) in productCouponList"
|
|
@@ -271,13 +271,18 @@ export default {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon: 'https://static.caimei365.com/app/img/icon/icon-member-prer6@2x.png',
|
|
icon: 'https://static.caimei365.com/app/img/icon/icon-member-prer6@2x.png',
|
|
- privText: '快速发货',
|
|
|
|
- privName: '会员加速'
|
|
|
|
|
|
+ privText: '新品试用',
|
|
|
|
+ privName: '新品可优先试用'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon: 'https://static.caimei365.com/app/img/icon/icon-member-prer7@2x.png',
|
|
icon: 'https://static.caimei365.com/app/img/icon/icon-member-prer7@2x.png',
|
|
privText: '售后服务',
|
|
privText: '售后服务',
|
|
privName: '会员加速'
|
|
privName: '会员加速'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ icon: 'https://static.caimei365.com/app/img/icon/icon-member-prer8@2x.png',
|
|
|
|
+ privText: '分期付',
|
|
|
|
+ privName: '热门商品分期付(年卡专享)'
|
|
}
|
|
}
|
|
],
|
|
],
|
|
listQuery: {
|
|
listQuery: {
|
|
@@ -795,6 +800,7 @@ page {
|
|
color: #999999;
|
|
color: #999999;
|
|
line-height: 30rpx;
|
|
line-height: 30rpx;
|
|
margin-top: 6rpx;
|
|
margin-top: 6rpx;
|
|
|
|
+ text-align: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|