userid
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user