userid
This commit is contained in:
@@ -100,7 +100,7 @@ export default {
|
|||||||
updateInfo() {
|
updateInfo() {
|
||||||
this.$instance.post(`/app/appwechatuser/update-nickName`, null, {
|
this.$instance.post(`/app/appwechatuser/update-nickName`, null, {
|
||||||
params: {
|
params: {
|
||||||
// id: this.user.id,
|
id: this.user.id,
|
||||||
nickName: this.userName ? this.userName : this.user.nickName,
|
nickName: this.userName ? this.userName : this.user.nickName,
|
||||||
avatarUrl: this.avatar ? this.avatar : this.user.avatarUrl,
|
avatarUrl: this.avatar ? this.avatar : this.user.avatarUrl,
|
||||||
phone: this.userPhone ? this.userPhone : this.user.phone,
|
phone: this.userPhone ? this.userPhone : this.user.phone,
|
||||||
|
|||||||
Reference in New Issue
Block a user