【十绝阵个人排行】不显示玩家名字

dev_chengFeng
zhangqiang 2021-03-24 16:32:31 +08:00
parent 3bd78655a2
commit 6f0593707f
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ function this.RefreshRank(index)
-- end
-- this.SetMyRank(msg.myRankInfo,curRankType)
-- end)
RankingManager.InitData(RANK_TYPE.GUILD_DEATHPOS_ALLGUILD,function()
RankingManager.InitData(curRankType,function()--RANK_TYPE.GUILD_DEATHPOS_ALLGUILD
local ranks,myRankInfo = RankingManager.GetRankingInfo()
this.empty:SetActive(#ranks<=0)
this.SetScrollView(ranks,curRankType)