TCX_LongZhu
parent
5e482ce9e8
commit
8569565ee0
|
|
@ -1349,6 +1349,7 @@ JumpType = {
|
|||
zhongzhichengcheng_Explor = 96002, --众志成城跳转探索功能
|
||||
player = 108, --主角界面
|
||||
shuangduibipin = 139, --双队三队比拼
|
||||
fabaojuling2 = 156, --fabaojuling
|
||||
}
|
||||
|
||||
NPCPosType = {
|
||||
|
|
|
|||
|
|
@ -172,6 +172,9 @@ local jumpDic = {
|
|||
[JumpType.fabaojuling] = function(data) --在线奖励
|
||||
UIManager.OpenPanel(UIName.RecruitMainPanel, TableRecruitType.Fabaojulingzhaomu)
|
||||
end,
|
||||
[JumpType.fabaojuling2] = function(data) --在线奖励
|
||||
UIManager.OpenPanel(UIName.RecruitMainPanel, TableRecruitType.Fabaojulingzhaomu)
|
||||
end,
|
||||
[JumpType.HeroChallenge] = function(data)--精英副本
|
||||
local jumpCarbonId = CarbonManager.NeedLockId(data[2],3,math.floor(data[2]/10))
|
||||
local openPanle
|
||||
|
|
@ -1019,6 +1022,7 @@ function this.GoJump(_jumpId,fun,...)
|
|||
local serData = ActTimeCtrlManager.GetSerDataByTypeId(jumpSData.Type)
|
||||
if serData then
|
||||
if ActTimeCtrlManager.SingleFuncState(jumpSData.Type) then
|
||||
--LogError("==============="..jumpSData.Type.."/".._jumpId)
|
||||
jumpDic[jumpSData.Type](jumpSData.Skipfactor)
|
||||
else
|
||||
PopupTipPanel.ShowTip(ActTimeCtrlManager.GetFuncTip(jumpSData.Type))
|
||||
|
|
|
|||
Loading…
Reference in New Issue