细节优化
This commit is contained in:
@@ -195,7 +195,9 @@ onShow(async () => {
|
||||
<view>
|
||||
<text>赛季胜率</text>
|
||||
<text :style="{ color: '#FF507E' }">{{
|
||||
rankData.user.avg_win ? rankData.user.avg_win * 100 + "%" : "-"
|
||||
rankData.user.avg_win
|
||||
? Number((rankData.user.avg_win * 100).toFixed(2)) + "%"
|
||||
: "-"
|
||||
}}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user