个人认证
This commit is contained in:
@@ -100,14 +100,16 @@ 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,
|
||||
areaId: this.userAreaId? this.userAreaId : this.user.areaId,
|
||||
areaName: this.userAreaName ? this.userAreaName : this.user.areaName,
|
||||
}
|
||||
}).then(res => {
|
||||
if (res?.code == 0) {
|
||||
this.$u.toast('修改成功')
|
||||
this.$u.toast('提交成功')
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user