Task:商城详情优惠券增加关闭按钮

This commit is contained in:
modendeveloper
2025-01-13 22:36:58 +08:00
parent daf0ed691e
commit 432177604f
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -182,7 +182,7 @@
<!-- v9 优惠券开始 -->
<u-popup :show="show" :round="10" mode="bottom" closeOnClickOverlay @close="changeCoupons()">
<CouponsPopup :two-list="couponList" @change="changeCoupons" :showTab="false" :currentPrice="storeInfo.price" />
<CouponsPopup :two-list="couponList" @change="changeCoupons" @close="changeCoupons()" :showTab="false" :currentPrice="storeInfo.price" />
</u-popup>
<!-- v9 优惠券结束 -->