From eb51a4ad362a5d5f8bd13984dea43c9e5ee93896 Mon Sep 17 00:00:00 2001 From: linxi Date: Thu, 11 Sep 2025 09:36:31 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4206=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=95=86=E5=93=81=E6=80=BB?= =?UTF-8?q?=E4=BB=B7=E6=9C=AA=E6=BB=A1=E8=B6=B3=E4=BC=98=E6=83=A0=E5=88=B8?= =?UTF-8?q?=E6=BB=A1=E5=87=8F=E6=9D=A1=E4=BB=B6=EF=BC=8C=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=E9=80=89=E9=A1=B9=E6=97=B6=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=87=BA=E7=8E=B0=E9=80=8F=E6=98=8E=E7=81=B0=E8=89=B2?= =?UTF-8?q?=E8=92=99=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/OrderSubmission/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/order/OrderSubmission/index.vue b/pages/order/OrderSubmission/index.vue index f0db243..c8cd83e 100644 --- a/pages/order/OrderSubmission/index.vue +++ b/pages/order/OrderSubmission/index.vue @@ -802,6 +802,7 @@ export default { this.show = !this.show }, showCouponsPopup() { + if (this.couponList.usable.length === 0) return this.show = !this.show }, // v9-2