无尽关闭帮助界面

dev_chengFeng
jiaoyangna 2021-06-02 18:22:45 +08:00
parent a0d2d67624
commit 2f2436697c
1 changed files with 3 additions and 0 deletions

View File

@ -770,6 +770,9 @@ function EndLessMapView:OnClose()
if UIManager.IsOpen(UIName.EndLessTreasurePanel) then if UIManager.IsOpen(UIName.EndLessTreasurePanel) then
UIManager.ClosePanel(UIName.EndLessTreasurePanel) UIManager.ClosePanel(UIName.EndLessTreasurePanel)
end end
if UIManager.IsOpen(UIName.HelpPopup) then
UIManager.ClosePanel(UIName.HelpPopup)
end
end end
function EndLessMapView:OnDestroy() function EndLessMapView:OnDestroy()