【无尽副本】在秘宝界面,刷新无尽副本,秘宝界面不关闭

dev_chengFeng
jiaoyangna 2021-05-31 14:22:40 +08:00
parent 0d7f28a9fa
commit 4a204eaba2
1 changed files with 13 additions and 0 deletions

View File

@ -753,6 +753,19 @@ function EndLessMapView:OnClose()
this.timer:Stop()
this.timer = nil
end
if UIManager.IsOpen(UIName.GeneralBigPopup) then
UIManager.ClosePanel(UIName.GeneralBigPopup)
end
if UIManager.IsOpen(UIName.GeneralPopup) then
UIManager.ClosePanel(UIName.GeneralPopup)
end
if UIManager.IsOpen(UIName.TrialRewardPopup) then
UIManager.ClosePanel(UIName.TrialRewardPopup)
end
if UIManager.IsOpen(UIName.EndLessTreasurePanel) then
UIManager.ClosePanel(UIName.EndLessTreasurePanel)
end
end
function EndLessMapView:OnDestroy()