跳转 修改提交
parent
7cf1150c52
commit
acbdf46600
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Reference in New Issue