Fix:4113 【商城小程序】礼包结算选择优惠券弹窗—当前售价、券后价显示不正确(当前售价应该为折扣后的价格,券后价=当前售价-满减)

This commit is contained in:
linxi
2025-08-05 09:39:06 +08:00
parent 51c735f88e
commit 33265e771e
+1
View File
@@ -198,6 +198,7 @@
v-if="couponList.usable && couponList.usable.length > 0"
:two-list="couponList"
@change="changeCoupons"
:currentPrice="computedResult.canUseCouponPrice"
@close="close"
:id="couponId"
:show-tab="false"