添加:下单页面增加补货额度减免信息

This commit is contained in:
wuhui_zzw 2024-05-27 16:22:58 +08:00
parent 63bdcecd99
commit 8d930f1f44
1 changed files with 6 additions and 6 deletions

View File

@ -407,8 +407,6 @@
</view>
</view>-->
<!-- 酒水卡积分抵扣明细 START-->
<view class='item acea-row row-between-wrapper integral-switch-content' v-if="order_type == 36">
<view>酒水卡积分抵扣</view>
<view class='money wine-money'>
@ -420,14 +418,14 @@
</view>
</view>
</view>
<!-- 酒水卡积分抵扣明细 END-->
<!-- 随机立减 START-->
<view class='item acea-row row-between-wrapper' v-if="orderTotalRandomReduction > 0">
<view>随机立减</view>
<view class='money'>-{{orderTotalRandomReduction}}</view>
</view>
<!-- 随机立减 END-->
<view class='item acea-row row-between-wrapper' v-if="orderTotalMerQuota > 0">
<view>补货额度减免</view>
<view class='money'>-{{orderTotalMerQuota}}</view>
</view>
<!--<view class='item acea-row row-between-wrapper' v-if="!seckillId && order_type != 3 && order_type != 4 && enabledPlatformCoupon">
@ -698,6 +696,7 @@
points: {},
//
orderTotalRandomReduction: 0,
orderTotalMerQuota: 0,
};
},
computed: {
@ -1125,6 +1124,7 @@
that.$set(that, 'orderTotalWineDiffMoneyPrice', res.data.orderTotalWineDiffMoneyPrice);
that.$set(that, 'orderTotalRandomReduction', res.data.orderTotalRandomReduction);
that.$set(that, 'orderTotalMerQuota', res.data.orderTotalMerQuota);
that.$set(that, 'open_integral', res.data.openIntegral);
that.$set(that, 'use_integral', res.data.useIntegral);