diff --git a/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua b/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua index 3441afb3ec..6a3c37a1a4 100644 --- a/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua @@ -8,7 +8,7 @@ end local jumpDic = { [JumpType.Lottery] = function(data)--招募 --local openPanle = - local config = ConfigManager.TryGetConfigDataByThreeKey(ConfigName.ActivityGroups,"Sort",data.skipfactor[1],"FunType",JumpType.Lottery,"PageType",JumpType.Lottery) + local config = ConfigManager.TryGetConfigDataByThreeKey(ConfigName.ActivityGroups,"Sort",data[1],"FunType",JumpType.Lottery,"PageType",JumpType.Lottery) UIManager.OpenPanel(UIName.RecruitMainPanel,config.ShopData[1][1]) --if openPanle and data then -- openPanle.ShowGuideGo(data[1])