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