pref: 绑定设备、匹配pk
This commit is contained in:
@@ -27,6 +27,7 @@ const {
|
||||
updateDevice,
|
||||
updateRank,
|
||||
getLvlName,
|
||||
getLvlNameByScore,
|
||||
updateOnline,
|
||||
} = store;
|
||||
const { user, device, rankData, online, game } = storeToRefs(store);
|
||||
@@ -221,7 +222,7 @@ onShareTimeline(() => {
|
||||
<view>
|
||||
<text>段位</text>
|
||||
<text>{{
|
||||
user.rankLvl ? getLvlName(user.rankLvl) : "暂无"
|
||||
user.lvlName || "暂无"
|
||||
}}</text>
|
||||
</view>
|
||||
<view>
|
||||
|
||||
Reference in New Issue
Block a user