|
|
@@ -46,7 +46,7 @@
|
|
|
<view class="order-allprice" wx:if="{{item.status !== 'unpay'}}">共{{item.count}}件商品 合计:
|
|
|
<view style="float: right;" wx:if="{{item.pay_way == 'integral' && item.product.mall_balance_price}}">{{(item.total_price+item.freight) / 100}}代金券
|
|
|
</view>
|
|
|
- <text style="float: right;" wx:if="{{item.pay_way == 'balance' && item.product.robo_balance_price}}">{{(item.total_price+item.freight) / 100}}代金券
|
|
|
+ <text style="float: right;" wx:elif="{{item.pay_way == 'balance'}}">{{(item.total_price+item.freight) / 100}}代金券
|
|
|
</text>
|
|
|
<currency style="float: right;" wx:if="{{item.pay_way == 'weixinpay'}}" symbol="¥" value="{{item.total_price+item.freight}}"></currency>
|
|
|
<view class="clean"></view>
|