소스 검색

修改会员折扣显示问题

calm 1 개월 전
부모
커밋
fd5c75482e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) => {
         // 失败回调