mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:53:25 +08:00
uniapp【修复】: 个人中心获取头像显示问题
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user