k94314517
2024-07-24 6a475442955b0ffb480facb92f6a23aa325034ec
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 @@
    })
  }
})