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