UI内容更新
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user