fix(pay): 充值逻辑修复,收起手风琴时,不切换activeNames
This commit is contained in:
parent
bb1bd4e417
commit
bfea4439cb
|
@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue