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