This commit is contained in:
shijingjing
2023-03-24 09:20:03 +08:00
parent b4e5b3f71b
commit a43d375d3e

View File

@@ -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,