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

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

View File

@ -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
}
},