From da25434b85fc5b4321c429bf95e719d00ec395bb Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Thu, 11 Jan 2024 16:21:16 +0800 Subject: [PATCH] 定位优化 --- pages/login/login.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index 9a59fea..d253f90 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -91,8 +91,9 @@ let data = await subScribeMsg() console.log('data', data) if (data['YNqUZ1MgMvwY3G-NENVbcmIBR5dUotSdnwcz96CWrho'] === 'accept') { // ��������������������� + this.doRequire() } else { - console.log('������') + this.doRequire() } }, doRequire() { @@ -111,7 +112,7 @@ }, submit() { this.$refs.uForm.validate().then(res => { - this.doRequire() + this.aClick() }).catch(errors => {}) }, //������ @@ -119,7 +120,6 @@ const value = uni.getStorageSync('openId') console.log('openId', value) if (value) { - this.aClick() this.logining(value) } }, -- Gitblit v1.8.0