UI调整
This commit is contained in:
@@ -122,15 +122,19 @@ const toRankListPage = () => {
|
||||
<view class="my-data">
|
||||
<view>
|
||||
<text>段位</text>
|
||||
<text :style="{ color: '#83CDFF' }">{{ user.lvlName }}</text>
|
||||
<text :style="{ color: '#83CDFF' }">{{ user.lvlName || "-" }}</text>
|
||||
</view>
|
||||
<view>
|
||||
<text>赛季平均环数</text>
|
||||
<text :style="{ color: '#FFD947' }">{{ user.avg_ring }}环</text>
|
||||
<text :style="{ color: '#FFD947' }"
|
||||
>{{ user.avg_ring || "-" }}环</text
|
||||
>
|
||||
</view>
|
||||
<view>
|
||||
<text>赛季胜率</text>
|
||||
<text :style="{ color: '#FF507E' }">{{ user.avg_win }}%</text>
|
||||
<text :style="{ color: '#FF507E' }"
|
||||
>{{ user.avg_win || "-" }}%</text
|
||||
>
|
||||
</view>
|
||||
</view>
|
||||
<view class="rank-type">
|
||||
|
||||
Reference in New Issue
Block a user