【bug】修复公会boss点击挑战再返回伤害列表不显示的问题
parent
1e47fc310b
commit
ca85726e29
|
@ -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