uniapp【修复】: 个人中心获取头像显示问题

This commit is contained in:
15093570141
2024-11-08 16:47:20 +08:00
parent d74459954a
commit f484119be0

View File

@@ -9,7 +9,7 @@
<view class="user-info">
<view class="img-box">
<image class="img"
:src="handleStaticResources(userInfoStore.userInfo?.avatarImage || '/static/images/common/empty.png')">
:src="userInfoStore.userInfo?.avatarImage || '/static/images/common/empty.png'">
</image>
</view>
<template v-if="userInfoStore.userInfo && Object.keys(userInfoStore.userInfo).length > 0">