【本地化】公会boss排名消失
parent
84d85ca3a6
commit
9b70a72ce7
|
|
@ -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={}
|
||||
|
|
|
|||
Loading…
Reference in New Issue