feat(国王皇后): 我的排名默认展示999
This commit is contained in:
parent
e71ecfb1e6
commit
90413d2436
@ -597,7 +597,7 @@
|
||||
<!-- 排名 -->
|
||||
<div style="width: 15%; display: flex; justify-content: center; align-items: center">
|
||||
<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>
|
||||
<!-- 头像 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user