fix: 查看用户信息弹框头像显示问题修改

dev_1.0.0
JINGYJ 10 months ago
parent 48a0e31a24
commit adbbec1029

@ -271,7 +271,7 @@ onMounted(() => {
<img <img
v-if="accountForm.headPicId" v-if="accountForm.headPicId"
:src=" :src="
props.accountFromType === 'edit' props.accountFromType !== ''
? downloadFile(accountForm.headPicId) ? downloadFile(accountForm.headPicId)
: imageUrl : imageUrl
" "

Loading…
Cancel
Save