From 7dfd10760d2711425a739a186117e98cf6ebc42b Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Mon, 13 Apr 2026 13:50:06 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5133=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=88=87=E6=8D=A2=E4=BD=93?= =?UTF-8?q?=E9=AA=8C=E5=88=B8=E6=97=B6=EF=BC=8C=E4=B8=8B=E6=96=B9=E7=9A=84?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E6=9C=AA=E9=87=8D=E7=BD=AE=EF=BC=8C=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=BB=A7=E6=89=BF=E5=8E=9F=E4=BD=93=E9=AA=8C=E5=88=B8?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/experienceCoupon.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg_product/views/experienceCoupon.vue b/pkg_product/views/experienceCoupon.vue index 4947aed..25c2f82 100644 --- a/pkg_product/views/experienceCoupon.vue +++ b/pkg_product/views/experienceCoupon.vue @@ -109,6 +109,7 @@ export default { return } this.activeCouponId = coupon.id + this.activeCategoryId = 'all' this.totalCount = coupon.totalNum || 0 const remain = coupon.remainNum != null ? coupon.remainNum : 0 this.remainNum = remain