积分排行

This commit is contained in:
liuye
2022-06-30 09:54:23 +08:00
parent 3ae57be0cc
commit b7915238c3
3 changed files with 59 additions and 29 deletions

View File

@@ -12,7 +12,9 @@
<div class="right">
<h2 class="color-E6736E">
<span v-if="item.ruleType == 0">{{item.integral}}</span>
<span v-if="item.ruleType == 1">{{item.ladderRule[0].integral}}-{{item.ladderRule[1].integral}}</span>
<span v-if="item.ruleType == 1">{{item.ladderRule[0].integral}}
<span v-if="item.ladderRule[1]">-{{item.ladderRule[1].integral}}</span>
</span>
<span v-if="item.ruleType == 2">{{item.integralMin}}-{{item.integralMax}}</span>
<u-icon name="arrow-right" color="#ddd" size="24" style="margin-left: 4px" ></u-icon>
</h2>