字段修改

This commit is contained in:
kron
2025-06-17 13:47:33 +08:00
parent 16c1840cdd
commit a74fd1e744
14 changed files with 26 additions and 26 deletions

View File

@@ -71,7 +71,7 @@ onMounted(async () => {
<AppBackground />
<!-- 根据登录状态显示用户信息或登录按钮 -->
<block v-if="user.id">
<UserHeader :user="user" showRank />
<UserHeader showRank />
</block>
<block v-else>
<view class="signin-btn" @click="() => (showModal = true)">