【跳转】修改化虚坛跳转

dev_chengFeng
zhangqiang 2021-04-25 14:02:27 +08:00
parent 89f201d8f9
commit 438bfea81a
1 changed files with 4 additions and 2 deletions

View File

@ -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)