From 0146396ccfcd57c8f594b4f8c176f8d9f3571a2f Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 21 Aug 2023 09:47:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E9=94=99=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/userdata/activity/hero_fund/hero_fund_data.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/app/userdata/activity/hero_fund/hero_fund_data.lua b/lua/app/userdata/activity/hero_fund/hero_fund_data.lua index ecc21958..82a1a27b 100644 --- a/lua/app/userdata/activity/hero_fund/hero_fund_data.lua +++ b/lua/app/userdata/activity/hero_fund/hero_fund_data.lua @@ -101,7 +101,7 @@ function HeroFundData:init(data) if registerBeginTs + (OPEN_AT_DAY - 1) * 86400 <= time then self.endTime = time + (OPEN_AT_DAY + 1) * 86400 end - EventManager:dispatchEvent(EventManager.CUSTOM_EVENT.EventManager.CUSTOM_EVENT.MAIN_UI_CHECK_SIDE_BAR) + EventManager:dispatchEvent(EventManager.CUSTOM_EVENT.MAIN_UI_CHECK_SIDE_BAR) self:setDirty() DataManager:unregisterTryOpenFunc("HeroFundData") end @@ -121,7 +121,7 @@ function HeroFundData:init(data) if registerBeginTs + (OPEN_AT_DAY - 1) * 86400 <= time then self.endTime = time + (OPEN_AT_DAY + 1) * 86400 end - EventManager:dispatchEvent(EventManager.CUSTOM_EVENT.EventManager.CUSTOM_EVENT.MAIN_UI_CHECK_SIDE_BAR) + EventManager:dispatchEvent(EventManager.CUSTOM_EVENT.MAIN_UI_CHECK_SIDE_BAR) self:setDirty() end) end