From ea4166a6e36cc032d78b891a46e944d54d73d3e1 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Thu, 15 Oct 2020 21:36:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A5=9E=E5=B7=9E=E4=BB=A4=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua b/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua index b16b552503..54bcdeef63 100644 --- a/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua @@ -314,8 +314,8 @@ local jumpDic = { if LimitExchange then if LimitExchange.endTime - GetTimeStamp() > 0 then local id = ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.LimitExchange) - local data = ConfigManager.GetConfigData(ConfigName.GlobalActivity,id) - if data.ShowArt == 1 then + local tempData = ConfigManager.GetConfigData(ConfigName.GlobalActivity,id) + if tempData.ShowArt == 1 then UIManager.OpenPanel(UIName.ExpertPanel,data[1]) else UIManager.OpenPanel(UIName.DynamicActivityPanel,10)