|
|
@ -85,7 +85,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="left"> |
|
|
|
<view class="left"> |
|
|
|
<text class="flag">¥</text> |
|
|
|
<text class="flag">¥</text> |
|
|
|
<text class="num">{{couList.reduce_price}}</text> |
|
|
|
<text class="num">{{couList.reduce_price?Number(couList.reduce_price):couList.reduce_price}}</text> |
|
|
|
<view class="couponName"> |
|
|
|
<view class="couponName"> |
|
|
|
<view>{{couList.name}}</view> |
|
|
|
<view>{{couList.name}}</view> |
|
|
|
<view style="font-size: 20rpx;">领取后{{couList.expire_day}}天内有效</view> |
|
|
|
<view style="font-size: 20rpx;">领取后{{couList.expire_day}}天内有效</view> |
|
|
|