diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/pages/user/edit.vue b/src/main/resources/static/linfeng-community-uniapp-ky/pages/user/edit.vue index 4deb340..071e295 100644 --- a/src/main/resources/static/linfeng-community-uniapp-ky/pages/user/edit.vue +++ b/src/main/resources/static/linfeng-community-uniapp-ky/pages/user/edit.vue @@ -157,6 +157,7 @@ }).then(res => { if (res.code == 0) { this.userInfo.avatar = avatar; + this.$u.toast('头像更新成功'); } }) }