fix(pay): 充值逻辑修复,收起手风琴时,不切换activeNames

This commit is contained in:
woody 2025-08-01 14:24:29 +08:00
parent bb1bd4e417
commit bfea4439cb
1 changed files with 1 additions and 0 deletions

View File

@ -1388,6 +1388,7 @@ export default {
if (e == 1) {
this.activeNames = 2
} else {
if (this.isRecharge) return
this.activeNames = 1
}
},