修改订单详情展示
This commit is contained in:
parent
b0986065f4
commit
698184d561
|
|
@ -192,7 +192,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="u-flex u-row-between u-m-t-18"
|
<view class="u-flex u-row-between u-m-t-18"
|
||||||
v-if="orderInfo.productCouponDiscountAmount||productCoupPrice">
|
v-if="orderInfo.productCouponDiscountAmount||productCoupPrice*1>0">
|
||||||
<view>商品券抵扣</view>
|
<view>商品券抵扣</view>
|
||||||
<view class="color-red">
|
<view class="color-red">
|
||||||
<text>¥</text>
|
<text>¥</text>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue