From fccd98a16560ba6d02f6ca8e51e1b3c4e0ec458b Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 9 Sep 2025 15:54:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=810.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/realNameAuthentication/realNameAuthentication.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/realNameAuthentication/realNameAuthentication.vue b/pages/realNameAuthentication/realNameAuthentication.vue index 0992652..cb42f11 100644 --- a/pages/realNameAuthentication/realNameAuthentication.vue +++ b/pages/realNameAuthentication/realNameAuthentication.vue @@ -52,8 +52,9 @@ export default { }, onLoad(option) { if (option.isReal) { - console.log('用户实名', option.isReal) + console.log('用户实名123', option.isReal) this.isReal = option.isReal + console.log('用户实名1', this.isReal) } }, onShow() {