【bug】修复公会boss点击挑战再返回伤害列表不显示的问题
parent
3c98337b33
commit
d7ac77375f
|
|
@ -215,7 +215,6 @@ end
|
|||
|
||||
--界面打开时调用(用于子类重写)
|
||||
function GuildTranscriptMainPopup:OnOpen(_curIndex)
|
||||
GuildTranscriptManager.GetGuildChallengeInfoRequest()
|
||||
end
|
||||
|
||||
--界面打开或者重新打开后,界面刷新时调用(用于子类重写)
|
||||
|
|
@ -228,6 +227,7 @@ function GuildTranscriptMainPopup:OnShow()
|
|||
end
|
||||
this.ShowBossInfo()
|
||||
this.ShowEndNumInfo()
|
||||
GuildTranscriptManager.GetGuildChallengeInfoRequest()
|
||||
end
|
||||
function this.ShowPanelData()
|
||||
cutOpenIndex = GuildTranscriptManager.GetCurBoss()
|
||||
|
|
|
|||
Loading…
Reference in New Issue