相框获取字段修改

This commit is contained in:
kron
2025-07-14 15:13:10 +08:00
parent e685383581
commit 1de8ba6d9d
7 changed files with 29 additions and 33 deletions

View File

@@ -58,7 +58,7 @@ watch(
<view class="container" :style="{ width: containerWidth }">
<block v-if="user.id">
<Avatar
:score="user.scores"
:rankLvl="user.rankLvl"
:src="user.avatar"
:onClick="toUserPage"
:size="42"
@@ -203,7 +203,7 @@ watch(
}
.rank-info {
width: 68px;
width: 70px;
text-align: left;
font-size: 12px;
position: relative;