fix(国王皇后榜): 修复排名不对的问题

This commit is contained in:
hzj 2025-11-24 14:48:45 +08:00
parent 5587100c0b
commit e71ecfb1e6

View File

@ -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