fix(国王皇后榜): 修复排名不对的问题
This commit is contained in:
parent
5587100c0b
commit
e71ecfb1e6
@ -596,7 +596,9 @@
|
||||
>
|
||||
<!-- 排名 -->
|
||||
<div style="width: 15%; display: flex; justify-content: center; align-items: center">
|
||||
<div style="color: #edb247; font-weight: 700">{{ myRanking.wealthRank || 0 }}</div>
|
||||
<div style="color: #edb247; font-weight: 700">
|
||||
{{ myRanking.userSex == 1 ? myRanking.wealthRank : myRanking.charmRank || 999 }}
|
||||
</div>
|
||||
</div>
|
||||
<!-- 头像 -->
|
||||
<div
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user