mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-14 17:41:45 +08:00
头像
This commit is contained in:
@@ -500,7 +500,7 @@ function MemberIndex(props) {
|
||||
>
|
||||
<SpImage
|
||||
className='avatar-img'
|
||||
src={isLogin ? (userInfo && userInfo.avatar) : 'user_icon.png'}
|
||||
src={(userInfo && userInfo.avatar) || 'user_icon.png'}
|
||||
width={144}
|
||||
height={144}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user