|
|
@@ -79,11 +79,11 @@
|
|
|
<view wx:if="{{order.status !== 'unpay'}}">
|
|
|
<view style="overflow: hidden;width: 100%;">
|
|
|
<view class="orderDetail-payPrice__title">代金券抵扣</view>
|
|
|
- <text class="orderDetail-payPrice__count">{{pay_way == 'balance' ? (order.coupon_price+order.freight) / 100 : order.coupon_price / 100}}代金券</text>
|
|
|
+ <text class="orderDetail-payPrice__count">{{order.coupon_price / 100}}代金券</text>
|
|
|
</view>
|
|
|
<view style="overflow: hidden;width: 100%;">
|
|
|
<view class="orderDetail-payPrice__title">微信支付</view>
|
|
|
- <currency style="float: right;height: 44px;color: #eab86a;" symbol="¥" value="{{pay_way != 'balance' ? (order.paied_price+order.freight) / 100 : order.paied_price / 100}}"></currency>
|
|
|
+ <currency style="float: right;height: 44px;color: #eab86a;" symbol="¥" value="{{order.paied_price / 100}}"></currency>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="clean"></view>
|