Fix:【商城小程序】提交订单--优惠详情的“当前售价”无数据

This commit is contained in:
linxi
2024-09-13 11:16:37 +08:00
parent a273948165
commit e33c59ae64
+1
View File
@@ -251,6 +251,7 @@
v-if="couponList.usable.length > 0" v-if="couponList.usable.length > 0"
:two-list="couponList" :two-list="couponList"
@change="changeCoupons" @change="changeCoupons"
:currentPrice="force2Decimal(orderPrice.totalPrice)"
:show-tab="false" :show-tab="false"
/> />
</u-popup> </u-popup>