From 08742b5870fa575dc456cef9f040a86fc8369a3f Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Wed, 24 Jan 2024 18:22:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/users/order_confirm/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/users/order_confirm/index.vue b/pages/users/order_confirm/index.vue index 83f16a1..6ea3512 100644 --- a/pages/users/order_confirm/index.vue +++ b/pages/users/order_confirm/index.vue @@ -381,7 +381,7 @@ 红包抵扣 - -¥{{red_price}} + -¥{{consumption_money||'0.00'}} 有补贴红包未选 @@ -677,6 +677,7 @@ settle_cycle: '', // 周期 type_id: '', //店铺类型 consumption_id: '', //红包id + consumption_money: '', //红包抵扣金额 }; }, computed: { @@ -1077,6 +1078,7 @@ } }) }else res.data.platformCoupon = []; + that.consumption_money = res.data.consumption_money; that.$set(that.coupon, "coupon", that.plantCoupon ? res.data.platformCoupon : res.data .order[that.couponIndex].coupon); that.$set(that, "store_coupon_number", res.data.order[that.couponIndex].order.useCouponIds @@ -1209,7 +1211,6 @@ success:(res)=> { res.eventChannel.emit('changeRedPacketInfo', this.platformConsumption) uni.$once('changeRedPacket', (data)=>{ - console.log('选择红包', data); this.consumption_id = data; }) }