feat(国王皇后): 我的排名默认展示999

This commit is contained in:
hzj 2025-11-24 17:30:55 +08:00
parent e71ecfb1e6
commit 90413d2436

View File

@ -597,7 +597,7 @@
<!-- 排名 --> <!-- 排名 -->
<div style="width: 15%; display: flex; justify-content: center; align-items: center"> <div style="width: 15%; display: flex; justify-content: center; align-items: center">
<div style="color: #edb247; font-weight: 700"> <div style="color: #edb247; font-weight: 700">
{{ myRanking.userSex == 1 ? myRanking.wealthRank : myRanking.charmRank || 999 }} {{ (myRanking.userSex == 1 ? myRanking.wealthRank : myRanking.charmRank) || 999 }}
</div> </div>
</div> </div>
<!-- 头像 --> <!-- 头像 -->