From 97d3528355853f89f7c91af3ec182d98a46ea735 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Mon, 15 Sep 2025 11:50:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E5=AE=9E=E5=90=8D=EF=BC=8C=E6=AF=8F?= =?UTF-8?q?=E6=AC=A1=E7=99=BB=E5=BD=95=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 57e3645..029dc6d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -76,7 +76,8 @@ export default { }, data() { return { - hasExecuted: uni.getStorageSync('hasExecutedGoToRealName') || false, + // hasExecuted: uni.getStorageSync('hasExecutedGoToRealName') || false, + hasExecuted: false, // 基础配置 isRealName: false, @@ -139,7 +140,7 @@ export default { if (token && !this.hasExecuted) { await this.goToRealName() this.hasExecuted = true - uni.setStorageSync('hasExecutedGoToRealName', true) + //uni.setStorageSync('hasExecutedGoToRealName', true) } }, async goToRealName() {