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