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,