tianyi 2 weeks ago
parent
commit
3eaf32c9d6
  1. 6
      package2/shop/orderDetail.vue

6
package2/shop/orderDetail.vue

@ -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;">

Loading…
Cancel
Save