liukangdong
2024-08-01 b4661b438355fe760beafe9604f24a907a81a42d
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)
      }
    })
  }
})