jiangping
2024-07-24 b26da15df0f71a11e7d04abd0aa2284d8b8cdef0
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 @@
    })
  }
})