From 08a37d89d0b9baf4a3aeb6ab6a33a1c0104c8044 Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Thu, 27 Aug 2020 09:40:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=BC=96=E9=98=9F=E8=8B=B1?= =?UTF-8?q?=E9=9B=84=E5=8E=BB=E6=8E=89=E6=97=A0=E5=B0=BD=E5=89=AF=E6=9C=AC?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Resolve/View/Resolve_Dismantle.lua | 4 ++-- .../~Lua/Modules/Resolve/View/Resolve_Recall.lua | 4 ++-- .../~Lua/Modules/Resolve/View/Resolve_Talisman.lua | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Resolve/View/Resolve_Dismantle.lua b/Assets/ManagedResources/~Lua/Modules/Resolve/View/Resolve_Dismantle.lua index 391b9895c2..56d1670d25 100644 --- a/Assets/ManagedResources/~Lua/Modules/Resolve/View/Resolve_Dismantle.lua +++ b/Assets/ManagedResources/~Lua/Modules/Resolve/View/Resolve_Dismantle.lua @@ -134,8 +134,8 @@ function this.SingleHeroDataShow(go,_heroData) UIManager.OpenPanel(UIName.FormationPanelV2, FORMATION_TYPE.SAVE_FORMATION) elseif heroData.isFormations[1] == FormationTypeDef.FORMATION_ARENA_DEFEND then JumpManager.GoJump(8001) - elseif heroData.isFormations[1] == FormationTypeDef.FORMATION_ENDLESS_MAP then - JumpManager.GoJump(57001) + -- elseif heroData.isFormations[1] == FormationTypeDef.FORMATION_ENDLESS_MAP then + -- JumpManager.GoJump(57001) elseif heroData.isFormations[1] == FormationTypeDef.ARENA_TOM_MATCH then -- JumpManager.GoJump(57001) UIManager.OpenPanel(UIName.ArenaTopMatchPanel) diff --git a/Assets/ManagedResources/~Lua/Modules/Resolve/View/Resolve_Recall.lua b/Assets/ManagedResources/~Lua/Modules/Resolve/View/Resolve_Recall.lua index 01cc220a0e..5dccf0e537 100644 --- a/Assets/ManagedResources/~Lua/Modules/Resolve/View/Resolve_Recall.lua +++ b/Assets/ManagedResources/~Lua/Modules/Resolve/View/Resolve_Recall.lua @@ -215,8 +215,8 @@ function this.SingleHeroDataShow(go,_heroData) UIManager.OpenPanel(UIName.FormationPanelV2, FORMATION_TYPE.SAVE_FORMATION) elseif heroData.isFormations[1] == FormationTypeDef.FORMATION_ARENA_DEFEND then JumpManager.GoJump(8001) - elseif heroData.isFormations[1] == FormationTypeDef.FORMATION_ENDLESS_MAP then - JumpManager.GoJump(57001) + -- elseif heroData.isFormations[1] == FormationTypeDef.FORMATION_ENDLESS_MAP then + -- JumpManager.GoJump(57001) elseif heroData.isFormations[1] == FormationTypeDef.EXPEDITION then UIManager.OpenPanel(UIName.FormationPanelV2, FORMATION_TYPE.SAVE_FORMATION,FormationTypeDef.EXPEDITION) elseif heroData.isFormations[1] == FormationTypeDef.ARENA_TOM_MATCH then diff --git a/Assets/ManagedResources/~Lua/Modules/Resolve/View/Resolve_Talisman.lua b/Assets/ManagedResources/~Lua/Modules/Resolve/View/Resolve_Talisman.lua index 26507c4ba3..9d2d10f00c 100644 --- a/Assets/ManagedResources/~Lua/Modules/Resolve/View/Resolve_Talisman.lua +++ b/Assets/ManagedResources/~Lua/Modules/Resolve/View/Resolve_Talisman.lua @@ -154,8 +154,8 @@ function this.SingleHeroDataShow(go,_heroData) UIManager.OpenPanel(UIName.FormationPanelV2, FORMATION_TYPE.SAVE_FORMATION) elseif heroData.isFormations[1] == FormationTypeDef.FORMATION_ARENA_DEFEND then JumpManager.GoJump(8001) - elseif heroData.isFormations[1] == FormationTypeDef.FORMATION_ENDLESS_MAP then - JumpManager.GoJump(57001) + -- elseif heroData.isFormations[1] == FormationTypeDef.FORMATION_ENDLESS_MAP then + -- JumpManager.GoJump(57001) elseif heroData.isFormations[1] == FormationTypeDef.EXPEDITION then UIManager.OpenPanel(UIName.FormationPanelV2, FORMATION_TYPE.SAVE_FORMATION,FormationTypeDef.EXPEDITION) elseif heroData.isFormations[1] == FormationTypeDef.ARENA_TOM_MATCH then