From a43d375d3ec5cbd969e02a7d27de9fc10e264ce4 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 24 Mar 2023 09:20:03 +0800 Subject: [PATCH] userid --- src/project/qujing/AppMine/userInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/qujing/AppMine/userInfo.vue b/src/project/qujing/AppMine/userInfo.vue index 486a3ce..1fe9368 100644 --- a/src/project/qujing/AppMine/userInfo.vue +++ b/src/project/qujing/AppMine/userInfo.vue @@ -100,7 +100,7 @@ export default { updateInfo() { this.$instance.post(`/app/appwechatuser/update-nickName`, null, { params: { - // id: this.user.id, + id: this.user.id, nickName: this.userName ? this.userName : this.user.nickName, avatarUrl: this.avatar ? this.avatar : this.user.avatarUrl, phone: this.userPhone ? this.userPhone : this.user.phone,