|
@@ -51,10 +51,12 @@
|
|
|
<text class="{{item.type==4?'coupon-value-member':'coupon-value-num'}}" wx:if="{{item.voucherType==1}}">{{item.discount}}</text>
|
|
|
<text class="{{item.type==4?'coupon-value-member':'coupon-value-num'}}" wx:if="{{item.voucherType==2}}">{{item.discount/10}}</text>
|
|
|
<text wx:if="{{item.voucherType==2}}" class="{{item.type==4?'coupon-unit-member':'coupon-unit'}}">折</text>
|
|
|
+ <text class="{{item.type==4?'coupon-value-member':'coupon-value-num2'}}" wx:if="{{item.voucherType==3}}">兑换券</text>
|
|
|
</view>
|
|
|
<view class="coupon-type">
|
|
|
<text wx:if="{{item.voucherType==1}}" style="color:#555555">满{{item.min}}可用</text>
|
|
|
<text wx:if="{{item.voucherType==2}}" style="color:#555555">满{{item.min}}可用</text>
|
|
|
+ <text wx:if="{{item.voucherType==3}}" style="color:#555555">无门槛立即兑换</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="coupon-top-content">
|