From df2e07b0e3c3c06db4528e9462fd1d9410684c7e Mon Sep 17 00:00:00 2001 From: gaoxin Date: Fri, 14 Jan 2022 17:11:02 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=BF=83=E9=AD=94=E7=BC=96=E9=98=9F?= =?UTF-8?q?=E3=80=91=E4=BF=9D=E5=AD=98=E5=90=8E=E8=87=AA=E5=8A=A8=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Formation/View/FourElementFormation.lua | 1 + .../~Lua/Modules/Formation/View/MonsterCampFormation.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Formation/View/FourElementFormation.lua b/Assets/ManagedResources/~Lua/Modules/Formation/View/FourElementFormation.lua index 0a64c1be19..d7d342df10 100644 --- a/Assets/ManagedResources/~Lua/Modules/Formation/View/FourElementFormation.lua +++ b/Assets/ManagedResources/~Lua/Modules/Formation/View/FourElementFormation.lua @@ -126,6 +126,7 @@ function this.On_Btn2_Click() this.StartFight() elseif this.opType == 2 then PopupTipPanel.ShowTip("保存编队成功") + this.root:ClosePanel() end end diff --git a/Assets/ManagedResources/~Lua/Modules/Formation/View/MonsterCampFormation.lua b/Assets/ManagedResources/~Lua/Modules/Formation/View/MonsterCampFormation.lua index ecbcab293f..d5a5b58d5c 100644 --- a/Assets/ManagedResources/~Lua/Modules/Formation/View/MonsterCampFormation.lua +++ b/Assets/ManagedResources/~Lua/Modules/Formation/View/MonsterCampFormation.lua @@ -45,6 +45,7 @@ function this.On_Btn2_Click() this.StraightBattle() elseif this.opType == 2 then PopupTipPanel.ShowTip("保存编队成功") + this.root:ClosePanel() end end --- btn2点击回调事件 --RIGHT