跳转提交

dev_chengFeng
DESKTOP-98AVA47\Administrator 2021-07-20 10:20:41 +08:00
parent 3673a84edf
commit 8168d284f0
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ end
local jumpDic = { local jumpDic = {
[JumpType.Lottery] = function(data)--招募 [JumpType.Lottery] = function(data)--招募
--local openPanle = --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 --if openPanle and data then
-- openPanle.ShowGuideGo(data[1]) -- openPanle.ShowGuideGo(data[1])
--end --end