|
@@ -54,8 +54,11 @@
|
|
|
<div class="contentItemTopRowChildName">
|
|
|
{{ item.nickName || "userName" + (index + 1) }}
|
|
|
</div>
|
|
|
- <span class="contentItemTopRowChildPoints">
|
|
|
+ <span class="contentItemTopRowChildPoints" v-if="currentRankType=='ZongBang'">
|
|
|
{{ item.totalPoints || 0 }}
|
|
|
+ </span>
|
|
|
+ <span class="contentItemTopRowChildPoints" v-if="currentRankType=='YueJinBang'">
|
|
|
+ {{ item.weeklyDeltaPoints || 0 }}
|
|
|
</span>
|
|
|
<span class="contentItemTopRowChildSteps">积分</span>
|
|
|
</div>
|