aa
jiangping
2024-08-01 f4f2891ac617aca6e2a5f1dc8f86ba3f054e3392
wechat_jiaxuan/app.js
@@ -37,7 +37,6 @@
          wxLoginCustomer({
            code: res.code,
            userId
          }).then(res => {
            wx.setStorageSync('token', res.data.token)
            this.globalData.token = res.data.token
@@ -64,8 +63,6 @@
        console.log(err)
      }
    })
  }
})