Commit 7a1a5316 authored by sheng du's avatar sheng du
Browse files

头像

parent 3a184f5d
No related merge requests found
......@@ -124,7 +124,7 @@
userStore.updateUsersInfo().then((res : any) => {
// console.log();
userInfo.value = { ...res.customerVo }
avatarUrl.value = res.avatar ? `${config.imageView}${res.avatar}` : ''
avatarUrl.value = res.avatar && res.avatar != null ? `${config.imageView}${res.avatar}` : ''
console.log(userInfo.value);
})
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment