ll
liukangdong
2024-08-15 ebc6e7ee67f13e7aa311e737dfcb4c5caed112ee
wechat_jiaxuan/pages/sets/index.js
@@ -39,11 +39,17 @@
        title: '注销成功',
      })
      that.setData({
        showLogout: true
        showLogout: true,
        show: false
      })
    })
  },
  appClose() {
    this.setData({
      showLogout: false
    })
  },
  backHome() {
    wx.login({
      timeout: 5000,
      success: (res) => {
@@ -56,6 +62,7 @@
            if (res && res.data.token) {
              wx.setStorageSync('sessionKey', res.data.sessionKey)
              wx.setStorageSync('token', res.data.token)
              wx.setStorageSync('member', res.data)
              this.setData({
                showLogout: false
              })