From 8168d284f0804a7e9da7e95cd1306da0f5ada902 Mon Sep 17 00:00:00 2001 From: "DESKTOP-98AVA47\\Administrator" <3046463818@qq.com> Date: Tue, 20 Jul 2021 10:20:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua b/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua index 0e73a4d1da..3441afb3ec 100644 --- a/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua @@ -8,7 +8,8 @@ end local jumpDic = { [JumpType.Lottery] = function(data)--招募 --local openPanle = - UIManager.OpenPanel(UIName.RecruitMainPanel,TableRecruitType.Shenjiang) + local config = ConfigManager.TryGetConfigDataByThreeKey(ConfigName.ActivityGroups,"Sort",data.skipfactor[1],"FunType",JumpType.Lottery,"PageType",JumpType.Lottery) + UIManager.OpenPanel(UIName.RecruitMainPanel,config.ShopData[1][1]) --if openPanle and data then -- openPanle.ShowGuideGo(data[1]) --end