fix(pay): 充值逻辑修复,收起手风琴时,不切换activeNames
This commit is contained in:
parent
5f23b2cfce
commit
1894d8fe1f
|
@ -1388,6 +1388,7 @@ export default {
|
|||
if (e == 1) {
|
||||
this.activeNames = 2
|
||||
} else {
|
||||
if (this.isRecharge) return
|
||||
this.activeNames = 1
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue