修改头像提示

This commit is contained in:
linfeng 2024-07-02 09:44:46 +08:00
parent 38aa9a0e2c
commit bb2248e53d

View File

@ -157,6 +157,7 @@
}).then(res => {
if (res.code == 0) {
this.userInfo.avatar = avatar;
this.$u.toast('头像更新成功');
}
})
}