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