小程序登录接口
This commit is contained in:
@@ -59,11 +59,11 @@ export default {
|
||||
data: result.token,
|
||||
success: async () => {
|
||||
// 更新用户信息
|
||||
await this.$u.api.postUpdateUser({
|
||||
sex,
|
||||
photoUrl,
|
||||
nickName
|
||||
});
|
||||
// await this.$u.api.postUpdateUser({
|
||||
// sex,
|
||||
// photoUrl,
|
||||
// nickName
|
||||
// });
|
||||
// 路由跳转至首页
|
||||
uni.reLaunch({
|
||||
url: '/pages/index/index',
|
||||
|
Reference in New Issue
Block a user