细节调整

This commit is contained in:
kron
2025-07-11 00:47:34 +08:00
parent e764160633
commit 566f07080a
17 changed files with 113 additions and 110 deletions

View File

@@ -152,7 +152,9 @@ const comingSoon = () => {
<image v-if="i === 3" src="../static/champ3.png" />
<view v-if="i > 3">{{ i }}</view>
<image
:src="rankData.rank[i - 1].avatar"
:src="
rankData.rank[i - 1].avatar || '../static/user-icon.png'
"
mode="aspectFill"
/>
</view>