From bb2248e53d8a6a7c46c6bead4c13d8a414ab3323 Mon Sep 17 00:00:00 2001 From: linfeng <2445465217@qq.com> Date: Tue, 2 Jul 2024 09:44:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=B4=E5=83=8F=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/linfeng-community-uniapp-ky/pages/user/edit.vue | 1 + 1 file changed, 1 insertion(+) 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('头像更新成功'); } }) }