页面调整

This commit is contained in:
kron
2025-07-11 12:03:55 +08:00
parent c2e9573100
commit 81c064ba8b
7 changed files with 82 additions and 25 deletions

View File

@@ -52,7 +52,7 @@ const rowCount = new Array(6).fill(0);
/>
<view v-if="rank > 3" class="rank-view">{{ rank }}</view>
<image
:src="avatar"
:src="avatar || '../static/user-icon.png'"
mode="widthFix"
:style="{ borderColor: topThreeColors[rank - 1] || '#fff' }"
/>