【本地化】公会boss排名消失

dev_chengFeng
ZhangBiao 2021-03-01 15:09:10 +08:00
parent 84d85ca3a6
commit 9b70a72ce7
1 changed files with 5 additions and 4 deletions

View File

@ -262,6 +262,7 @@ function this.ShowRankingListInfo()
firstDamage = rankingInfo[1].rankInfo.param1
end
this.rankScrollView :SetData(rankingInfo, function (index, go)
LogRed("index:"..index)
this.SingleRankingInfoShow(go, rankingInfo[index])
end)
if isplayAnim then
@ -305,11 +306,11 @@ function this.SingleChapterDataShow(go,data)
end
function this.SingleRankingInfoShow(root,rankData)
if isplayAnim then
root.gameObject:SetActive(false)
else
-- if isplayAnim then
-- root.gameObject:SetActive(false)
-- else
root.gameObject:SetActive(true)
end
-- end
--排名
local rank = rankData.rankInfo.rank
local sortNumTabs={}