UI内容更新

This commit is contained in:
kron
2025-07-18 15:15:32 +08:00
parent b09f68789e
commit 3653bec8cc
2 changed files with 32 additions and 12 deletions

View File

@@ -79,14 +79,34 @@ const logout = () => {
<UserItem title="会员" :onClick="toBeVipPage">
已赠送6个月会员
</UserItem>
<UserItem title="等级介绍" :onClick="toGradeIntroPage" />
<UserItem title="等级介绍" :onClick="toGradeIntroPage">
<text :style="{ color: '#4C76FF' }">Lv{{ user.lvl }}</text>
<text
:style="{
color: '#FF7900',
marginLeft: '5px',
}"
>{{ user.lvlPoints }}</text
>
<text></text>
</UserItem>
<UserItem
title="段位介绍"
:customStyle="{
marginBottom: '10px',
}"
:onClick="toRankIntroPage"
/>
>
<text :style="{ color: '#8E53EA' }">{{ user.lvlName }}</text>
<text
:style="{
color: '#FF7900',
marginLeft: '5px',
}"
>{{ user.scores }}</text
>
<text></text>
</UserItem>
<view class="my-grow" @click="toMyGrowthPage">
<image src="../static/my-grow.png" mode="widthFix" />
</view>