From 658107c8a09e2ef74bab1ad7114eeaf367848a25 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 06 七月 2026 18:14:16 +0800
Subject: [PATCH] Merge branch '3.0.1' of http://139.186.142.91:10010/r/productDev/parkBike into 3.0.1
---
bicycle/App.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/bicycle/App.vue b/bicycle/App.vue
index 07dca7b..2ae2a6d 100644
--- a/bicycle/App.vue
+++ b/bicycle/App.vue
@@ -6,6 +6,7 @@
},
onLaunch: function() {
var that = this;
+ console.log(JSON.stringify(this.userInfo))
if (JSON.stringify(this.userInfo) == '{}') {
uni.login({
provider: 'weixin',
@@ -15,11 +16,12 @@
if (res.code === 200) {
that.$store.commit('setToken', res.data.token)
that.$store.commit('setUserInfo', res.data.userResponse)
- console.log('1')
that.$isResolve()
}
}
});
+ } else {
+ that.$isResolve()
}
},
onShow: function() {
--
Gitblit v1.9.3