【鸿蒙阵成就 任务】

dev_chengFeng
guowei 2021-01-04 19:40:39 +08:00
parent 6fe2339153
commit 94f549f605
2 changed files with 6 additions and 0 deletions

View File

@ -935,6 +935,7 @@ JumpType = {
XuanYuanMirror=74 , --车迟斗法 XuanYuanMirror=74 , --车迟斗法
CompoundHero = 78,--神将合成、置换 CompoundHero = 78,--神将合成、置换
Pokemon = 79,--灵兽山 Pokemon = 79,--灵兽山
HongMengZhen = 86,-- 鸿蒙阵
BuyVigor = 10000, --体力购买 BuyVigor = 10000, --体力购买
BuyGold = 10001, --金币购买 BuyGold = 10001, --金币购买
@ -950,6 +951,7 @@ JumpType = {
GuildSkill = 10012, --公会技能 GuildSkill = 10012, --公会技能
GuildFete = 10013, --公会祭祀 GuildFete = 10013, --公会祭祀
EndlessShop = 10014, --无尽商店 EndlessShop = 10014, --无尽商店
} }
YaoHunFrame = { YaoHunFrame = {

View File

@ -554,6 +554,10 @@ local jumpDic = {
[JumpType.Pokemon] = function()--灵兽山(驭兽斋) [JumpType.Pokemon] = function()--灵兽山(驭兽斋)
UIManager.OpenPanel(UIName.PokemonSummonPanel) UIManager.OpenPanel(UIName.PokemonSummonPanel)
end, end,
[JumpType.HongMengZhen] = function ()
-- body
UIManager.OpenPanel(UIName.HongMengPanel)
end
} }
function this.CheckJump(_jumpId) function this.CheckJump(_jumpId)