From 4fc49f3f06e9bb6275045d32245469816b451a4c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 23 七月 2024 09:57:26 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_jiaxuan/app.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/wechat_jiaxuan/app.js b/wechat_jiaxuan/app.js
index d6e5d3e..17d1f15 100644
--- a/wechat_jiaxuan/app.js
+++ b/wechat_jiaxuan/app.js
@@ -14,8 +14,8 @@
}
// 鎺堟潈鐧诲綍
const member = wx.getStorageSync('member')
- if (member) {
-
+ if (member && member.token) {
+
} else {
wx.login({
timeout: 5000,
@@ -46,5 +46,6 @@
}
+
}
})
\ No newline at end of file
--
Gitblit v1.9.3