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; }) }