【无尽副本】在秘宝界面,刷新无尽副本,秘宝界面不关闭
parent
0d7f28a9fa
commit
4a204eaba2
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue