Pārlūkot izejas kodu

修改会员折扣显示问题

calm 1 mēnesi atpakaļ
vecāks
revīzija
fd5c75482e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      pages/users/order_confirm/index.vue

+ 1 - 1
pages/users/order_confirm/index.vue

@@ -222,7 +222,6 @@
             >+¥{{ orderInfoVo.totalAdditionalAmount }}</view
             >
           </view>
-
           <view
               class="item acea-row row-between-wrapper"
               v-if="orderInfoVo.freightFee > 0"
@@ -668,6 +667,7 @@ function computedPrice() {
         orderInfoVo.value.useIntegral = data.useIntegral; // 是否使用积分
         orderInfoVo.value.usedIntegral = data.usedIntegral; // 已用积分
         orderInfoVo.value.surplusIntegral = data.surplusIntegral; // 剩余积分
+        orderInfoVo.value.vipLevelDis = data.vipLevelDis; // 会员折扣
       })
       .catch((err) => {
         // 失败回调