小程序登录接口

This commit is contained in:
2023-09-25 09:17:53 +08:00
parent e06438f776
commit e0fd0c9822
27 changed files with 1139 additions and 7 deletions

View File

@@ -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',