修复已知问题

This commit is contained in:
bobobobo
2026-01-22 01:23:57 +08:00
parent 2b26bfed69
commit 5f2fab9335
18 changed files with 414 additions and 61 deletions

View File

@@ -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>