fix(pay): 修复支付页面收起时充值展示支付密码的问题

This commit is contained in:
woody 2025-08-01 09:38:29 +08:00
parent dc1553e244
commit 61163cae97
1 changed files with 2 additions and 0 deletions

View File

@ -1084,6 +1084,7 @@ export default {
return return
} }
} }
console.log(this.activeNames, '....this.activeNames')
if (this.activeNames == 2) { if (this.activeNames == 2) {
// //
if ( if (
@ -1358,6 +1359,7 @@ export default {
if (e == 1) { if (e == 1) {
this.activeNames = 2 this.activeNames = 2
} else { } else {
if (this.isRecharge) return
this.activeNames = 1 this.activeNames = 1
} }
}, },