抽卡结束不关闭抽卡界面

This commit is contained in:
xiekaidong 2023-07-05 22:05:45 +08:00
parent f13f1f3e3a
commit 5b4e6e3a05

View File

@ -66,7 +66,7 @@ function BoxHeroUI:onLoadRootComplete()
-- 奖励界面打开时 关闭此界面 -- 奖励界面打开时 关闭此界面
self:addEventListener(EventManager.CUSTOM_EVENT.CLOSE_BOX_HERO_UI, function() self:addEventListener(EventManager.CUSTOM_EVENT.CLOSE_BOX_HERO_UI, function()
self:closeUI() self:onLoadRootComplete()
end) end)
end end