显示头像相框

This commit is contained in:
kron
2025-07-07 19:01:14 +08:00
parent 31973a1142
commit 06d8244e83
12 changed files with 71 additions and 32 deletions

View File

@@ -117,7 +117,7 @@ const toRankListPage = () => {
<view class="ranking-my-data" v-if="user.id">
<view>
<view class="user-info">
<Avatar :src="user.avatar" frame :size="30" />
<Avatar :src="user.avatar" :score="user.scores" :size="30" />
<text>{{ user.nickName }}</text>
</view>
<view class="ranking-season" v-if="seasonData.length">