From bfea4439cb51244d3af0de12a3d905d8ff7adce4 Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 1 Aug 2025 14:24:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(pay):=20=E5=85=85=E5=80=BC=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E4=BF=AE=E5=A4=8D=EF=BC=8C=E6=94=B6=E8=B5=B7=E6=89=8B?= =?UTF-8?q?=E9=A3=8E=E7=90=B4=E6=97=B6=EF=BC=8C=E4=B8=8D=E5=88=87=E6=8D=A2?= =?UTF-8?q?activeNames?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/pay/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/pay/index.vue b/pages/pay/index.vue index 218ee8d..6098acb 100644 --- a/pages/pay/index.vue +++ b/pages/pay/index.vue @@ -1388,6 +1388,7 @@ export default { if (e == 1) { this.activeNames = 2 } else { + if (this.isRecharge) return this.activeNames = 1 } },