shish 2 éve
szülő
commit
c1fa1c66de
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      hdApp/src/pagesPurchase/wechatPay.vue

+ 1 - 1
hdApp/src/pagesPurchase/wechatPay.vue

@@ -10,7 +10,7 @@
         </block>
         </block>
         <view class="wait">待付款</view>
         <view class="wait">待付款</view>
         <block>
         <block>
-          <div class="price" v-if="info.reachDiscountPrice && Number(info.reachDiscountPrice)>0">
+          <div class="price" v-if="info.reachDiscountPrice >0 || info.orderReachDiscountPrice>0">
             <span class="app-size-36 app-bold" style="text-decoration:line-through;color:#8a7f7f;">¥{{ parseFloat((Number(info.reachDiscountPrice)+Number(realPrice)+Number(info.orderReachDiscountPrice)).toFixed(2)) }}</span>
             <span class="app-size-36 app-bold" style="text-decoration:line-through;color:#8a7f7f;">¥{{ parseFloat((Number(info.reachDiscountPrice)+Number(realPrice)+Number(info.orderReachDiscountPrice)).toFixed(2)) }}</span>
           </div>
           </div>