From e13367edf304cb78f978e321f1679299a66b3a23 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Wed, 10 Jan 2024 16:08:18 +0800
Subject: [PATCH] fix:地图
---
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