From 25dc1fe0b5ad457ab9cd58a6ee62a08ba174eade Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Thu, 6 Jul 2023 10:38:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/shop/box_hero_ui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/ui/shop/box_hero_ui.lua b/lua/app/ui/shop/box_hero_ui.lua index 939e9289..2c9503b0 100644 --- a/lua/app/ui/shop/box_hero_ui.lua +++ b/lua/app/ui/shop/box_hero_ui.lua @@ -66,7 +66,7 @@ function BoxHeroUI:onLoadRootComplete() -- 奖励界面打开时 关闭此界面 self:addEventListener(EventManager.CUSTOM_EVENT.CLOSE_BOX_HERO_UI, function() - self:onLoadRootComplete() + self:onRefresh() end) end