mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 05:09:49 +08:00
uniapp【修复】: 个人中心获取头像显示问题
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<view class="user-info">
|
<view class="user-info">
|
||||||
<view class="img-box">
|
<view class="img-box">
|
||||||
<image class="img"
|
<image class="img"
|
||||||
:src="handleStaticResources(userInfoStore.userInfo?.avatarImage || '/static/images/common/empty.png')">
|
:src="userInfoStore.userInfo?.avatarImage || '/static/images/common/empty.png'">
|
||||||
</image>
|
</image>
|
||||||
</view>
|
</view>
|
||||||
<template v-if="userInfoStore.userInfo && Object.keys(userInfoStore.userInfo).length > 0">
|
<template v-if="userInfoStore.userInfo && Object.keys(userInfoStore.userInfo).length > 0">
|
||||||
|
|||||||
Reference in New Issue
Block a user