修复已知问题
This commit is contained in:
@@ -163,19 +163,23 @@ text-transform: none;`
|
||||
<view class="top-bg-img">
|
||||
<image
|
||||
:src="userInfo?.avatar"
|
||||
lazy-load
|
||||
mode="aspectFill"
|
||||
class="img"
|
||||
@click="onImage([userInfo?.avatar])"
|
||||
></image>
|
||||
<!-- 用户信息 -->
|
||||
<view class="user-info">
|
||||
<text>{{ userInfo?.userName }}</text>
|
||||
<text class="name">{{ userInfo?.userName }}</text>
|
||||
<image
|
||||
v-if="userInfo?.avatar"
|
||||
:src="userInfo?.avatar"
|
||||
lazy-load
|
||||
mode="aspectFill"
|
||||
class="avatar"
|
||||
@click="onImage([userInfo?.avatar])"
|
||||
></image>
|
||||
<uni-icons v-else type="contact-filled" size="160rpx"></uni-icons>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -184,6 +188,7 @@ text-transform: none;`
|
||||
<view v-for="item in dataList" :key="item.id" class="list">
|
||||
<image
|
||||
:src="item.avatar"
|
||||
lazy-load
|
||||
mode="aspectFill"
|
||||
class="avatar"
|
||||
></image>
|
||||
|
||||
Reference in New Issue
Block a user