Fix:4206 【商城小程序】商品总价未满足优惠券满减条件,点击优惠券选项时页面出现透明灰色蒙版

This commit is contained in:
linxi
2025-09-11 09:36:31 +08:00
parent 50cfce81db
commit eb51a4ad36
+1
View File
@@ -802,6 +802,7 @@ export default {
this.show = !this.show
},
showCouponsPopup() {
if (this.couponList.usable.length === 0) return
this.show = !this.show
},
// v9-2