修正实名逻辑

This commit is contained in:
WindowBird 2025-09-10 11:58:27 +08:00
parent f87e3a4d7c
commit 4bd7dab160

View File

@ -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() {