3
0
Fork 0

fix(pay): 修复充值页面收起时,支付方式不正确的问题

This commit is contained in:
woody 2025-08-05 14:04:26 +08:00
parent ba8680b392
commit 762fa50d99
1 changed files with 1 additions and 0 deletions

View File

@ -1388,6 +1388,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
} }
}, },