【bug】修复公会boss点击挑战再返回伤害列表不显示的问题

dev_chengFeng
gaoxin 2021-03-22 19:50:34 +08:00
parent 1e47fc310b
commit ca85726e29
1 changed files with 1 additions and 1 deletions

View File

@ -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()