【跳转】修改化虚坛跳转
parent
89f201d8f9
commit
438bfea81a
|
@ -529,8 +529,10 @@ local jumpDic = {
|
||||||
PopupTipPanel.ShowTip(ActTimeCtrlManager.GetFuncTip(FUNCTION_OPEN_TYPE.GUILD))
|
PopupTipPanel.ShowTip(ActTimeCtrlManager.GetFuncTip(FUNCTION_OPEN_TYPE.GUILD))
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
[JumpType.CompoundHero] = function()--神将合成、置换
|
[JumpType.CompoundHero] = function(data)--神将合成、置换
|
||||||
UIManager.OpenPanel(UIName.CompoundHeroPanel)
|
local index = 1
|
||||||
|
if data then index = data[2] end
|
||||||
|
UIManager.OpenPanel(UIName.CompoundHeroPanel,index)
|
||||||
end,
|
end,
|
||||||
[JumpType.XuanYuanMirror] = function()--轩辕
|
[JumpType.XuanYuanMirror] = function()--轩辕
|
||||||
UIManager.OpenPanel(UIName.XuanYuanMirrorPanel)
|
UIManager.OpenPanel(UIName.XuanYuanMirrorPanel)
|
||||||
|
|
Loading…
Reference in New Issue