junyuanz лет назад: 5
Родитель
Сommit
db13838bd4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packageUser/pages/user/orders/orders.wxml

+ 1 - 1
packageUser/pages/user/orders/orders.wxml

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