liukangdong
2024-07-18 5b219a9694c8d69db42e746a654c779cc6a61bf6
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)
        }
      })
    }
  }
})