From 3c2dbb722a9f5b0ad08305f55d6b1887a2320555 Mon Sep 17 00:00:00 2001 From: yangws <1607839436@qq.com> Date: Wed, 14 Aug 2024 16:31:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=B8=8A=E4=BC=A0=E5=AD=98=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E8=B7=AF=E5=BE=84;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/views/profile/userInfo.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/src/views/profile/userInfo.vue b/src/renderer/src/views/profile/userInfo.vue index 5358e00..de7ea81 100644 --- a/src/renderer/src/views/profile/userInfo.vue +++ b/src/renderer/src/views/profile/userInfo.vue @@ -126,6 +126,7 @@ setTimeout(() => { function submit() { proxy.$refs.userRef.validate((valid) => { if (valid) { + props.user.avatar = userStore.user.avatar updateUserInfo(props.user).then((response) => { if(response.code == 200){ userStore.login({username:props.user.phonenumber,password:props.user.plainpwd}).then(() => {