wechat_jiaxuan/app.js
@@ -11,11 +11,6 @@ this.globalData.bottomLift = WindowInfo.screenHeight - WindowInfo.safeArea.bottom; } // const res = wx.getStorageSync('member') if (res) { this.globalData.userInfo = res } else { // 登录 wx.login({ timeout: 5000, success(res) { @@ -42,6 +37,5 @@ console.log(err) } }) } } })