From e206235988a422a39dc09ac09ab47ea4e40e8e4e Mon Sep 17 00:00:00 2001 From: linxi Date: Thu, 31 Jul 2025 17:36:32 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E9=80=81=E7=A4=BC=E9=A1=B5?= =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/CouponsPopup.vue | 12 +++++++++--- pkg_user/views/gift/gift.vue | 2 ++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/components/CouponsPopup.vue b/components/CouponsPopup.vue index a7b2936..a7c2e40 100644 --- a/components/CouponsPopup.vue +++ b/components/CouponsPopup.vue @@ -14,7 +14,7 @@ @change="changeNav" v-if="showTab" /> - + 券后价 @@ -29,7 +29,10 @@ - = + +   + + = @@ -45,7 +48,10 @@ - - + +   + + - diff --git a/pkg_user/views/gift/gift.vue b/pkg_user/views/gift/gift.vue index d741d7a..858f645 100644 --- a/pkg_user/views/gift/gift.vue +++ b/pkg_user/views/gift/gift.vue @@ -298,6 +298,8 @@ export default { // }, methods: { showCouponsPopup() { + if (this.couponList.usable && this.couponList.usable.length === 0) return + if(this.isPayOk) return this.showPopup = !this.showPopup }, close() {