|
|
@ -104,15 +104,15 @@ |
|
|
锦鲤免单 |
|
|
锦鲤免单 |
|
|
</view> |
|
|
</view> |
|
|
<view style="color: #ff6f2c;font-weight: 700;"> |
|
|
<view style="color: #ff6f2c;font-weight: 700;"> |
|
|
¥{{formatAmount(data.freeAmount)}} |
|
|
-¥{{formatAmount(data.freeAmount)}} |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view style="display: flex;height: 60rpx;line-height: 60rpx;" v-if="data.userCouponNum != null && data.userCouponNum > 0"> |
|
|
<view style="display: flex;height: 60rpx;line-height: 60rpx;" v-if="data.userCoupon.length > 0"> |
|
|
<view style="flex: 1;"> |
|
|
<view style="flex: 1;"> |
|
|
优惠券 |
|
|
优惠券 |
|
|
</view> |
|
|
</view> |
|
|
<view class=""> |
|
|
<view class=""> |
|
|
-¥{{formatAmount(data.userCouponNum)}} |
|
|
-¥{{formatAmount(data.userCoupon[0].discountAmount)}} |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view style="display: flex;height: 60rpx;line-height: 60rpx;"> |
|
|
<view style="display: flex;height: 60rpx;line-height: 60rpx;"> |
|
|
|