BUG修复
This commit is contained in:
@@ -221,7 +221,7 @@ onShareTimeline(() => {
|
|||||||
<view>
|
<view>
|
||||||
<text>段位</text>
|
<text>段位</text>
|
||||||
<text>{{
|
<text>{{
|
||||||
user.scores ? getLvlName(user.scores) : "暂无"
|
user.rankLvl ? getLvlName(user.rankLvl) : "暂无"
|
||||||
}}</text>
|
}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
|
|||||||
Reference in New Issue
Block a user