fix:优化用户avatar显示逻辑(用户未设置avatar则使用系统default_avatar显示)
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
||||
class="content-img"
|
||||
isPreview
|
||||
:current="0"
|
||||
:src="state.model?.avatar"
|
||||
:src="state.model?.avatar || sheep.$url.static('/static/img/shop/default_avatar.png')"
|
||||
:height="160"
|
||||
:width="160"
|
||||
:radius="80"
|
||||
|
||||
Reference in New Issue
Block a user