修正实名逻辑
This commit is contained in:
parent
f87e3a4d7c
commit
4bd7dab160
|
|
@ -53,9 +53,11 @@ export default {
|
|||
},
|
||||
onLoad(option) {
|
||||
if (option.isReal) {
|
||||
console.log('用户实名123', option.isReal)
|
||||
this.isReal = true
|
||||
console.log('用户实名1', this.isReal)
|
||||
console.log('路由传入的实名', option.isReal)
|
||||
if ((option.isReal = true)) {
|
||||
this.isReal = true
|
||||
}
|
||||
console.log('vue挂载的实名', this.isReal)
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user