【灵兽山】增加灵兽界面跳转
parent
57ba11f9bb
commit
0a9315381e
|
@ -610,8 +610,12 @@ local jumpDic = {
|
||||||
end
|
end
|
||||||
UIManager.OpenPanel(UIName.MainShopPanel,13)
|
UIManager.OpenPanel(UIName.MainShopPanel,13)
|
||||||
end,
|
end,
|
||||||
[JumpType.Pokemon] = function()--灵兽山(驭兽斋)
|
[JumpType.Pokemon] = function(data)--灵兽山(驭兽斋)
|
||||||
UIManager.OpenPanel(UIName.PokemonSummonPanel)
|
if data and data[1] == 1 then
|
||||||
|
UIManager.OpenPanel(UIName.PokemonSummonPanel)
|
||||||
|
elseif data and data[1] == 2 then
|
||||||
|
UIManager.OpenPanel(UIName.PokemonMainPanel)
|
||||||
|
end
|
||||||
end,
|
end,
|
||||||
[JumpType.HongMengZhen] = function ()
|
[JumpType.HongMengZhen] = function ()
|
||||||
-- body
|
-- body
|
||||||
|
|
Loading…
Reference in New Issue