From 281df0a1166d6e84fd20247b96e9bb93a3627303 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Thu, 11 Sep 2025 08:53:40 +0800 Subject: [PATCH] =?UTF-8?q?realNameAuthentication.vue=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?isReal=E7=9A=84=E6=A0=A1=E9=AA=8C=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/realNameAuthentication/realNameAuthentication.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/realNameAuthentication/realNameAuthentication.vue b/pages/realNameAuthentication/realNameAuthentication.vue index 6107815..fccec6f 100644 --- a/pages/realNameAuthentication/realNameAuthentication.vue +++ b/pages/realNameAuthentication/realNameAuthentication.vue @@ -52,9 +52,9 @@ export default { } }, onLoad(option) { - if (option.isReal) { + if (option.isReal === 'true') { console.log('路由传入的实名', option.isReal) - this.isReal = option.isReal + this.isReal = true console.log('vue挂载的实名', this.isReal) } },