fix(pay): 修复支付页面收起时充值展示支付密码的问题
This commit is contained in:
parent
3cf560dd7d
commit
fa0336a450
|
@ -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
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue