2 Commits 34f6451fab ... 7fbf075b19

Autor SHA1 Mensaje Fecha
  calm 7fbf075b19 Merge branch 'dev_v3' of http://git.dgtis.com/armg/wxapp_shuibei into dev_v3 hace 1 mes
  calm fd5c75482e 修改会员折扣显示问题 hace 1 mes
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) => {
         // 失败回调