diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/Transcript/GuildTranscriptMainPopup.lua b/Assets/ManagedResources/~Lua/Modules/Guild/Transcript/GuildTranscriptMainPopup.lua index 3a7f162f5f..5b9d3c04df 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/Transcript/GuildTranscriptMainPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/Transcript/GuildTranscriptMainPopup.lua @@ -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={}