wechat_jiaxuan/app.js @@ -13,7 +13,6 @@ this.globalData.bottomLift = WindowInfo.screenHeight - WindowInfo.safeArea.bottom; } // 授权登录 const member = wx.getStorageSync('member') wx.login({ timeout: 5000, success(res) { @@ -42,5 +41,6 @@ }) } })