From fa0336a450e3cc54a21a8e78c06a0746b99cfc87 Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 1 Aug 2025 09:38:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(pay):=20=E4=BF=AE=E5=A4=8D=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E9=A1=B5=E9=9D=A2=E6=94=B6=E8=B5=B7=E6=97=B6=E5=85=85?= =?UTF-8?q?=E5=80=BC=E5=B1=95=E7=A4=BA=E6=94=AF=E4=BB=98=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/pay/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/pay/index.vue b/pages/pay/index.vue index 62ccaec..6cc6c73 100644 --- a/pages/pay/index.vue +++ b/pages/pay/index.vue @@ -1084,6 +1084,7 @@ export default { return } } + console.log(this.activeNames, '....this.activeNames') if (this.activeNames == 2) { // 非银行卡 if ( @@ -1358,6 +1359,7 @@ export default { if (e == 1) { this.activeNames = 2 } else { + if (this.isRecharge) return this.activeNames = 1 } },