跳转提交
parent
3673a84edf
commit
8168d284f0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue