显示问题修复

This commit is contained in:
xiekaidong 2023-07-06 10:38:20 +08:00
parent 398880e440
commit 25dc1fe0b5

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:onLoadRootComplete() self:onRefresh()
end) end)
end end