From a20dc99f994257a01baab2c1a9290d7d30a53a6d Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Thu, 1 Apr 2021 10:39:03 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A4=A7=E9=97=B9=E5=A4=A9=E5=AE=AB?= =?UTF-8?q?=E3=80=91=E6=8C=91=E6=88=98=E5=A4=B1=E8=B4=A5=E5=90=8E=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=A4=E4=B8=AA=E5=8F=AF=E6=8C=91=E6=88=98=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=EF=BC=8C=E7=82=B9=E5=87=BB=E5=8F=A6=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E6=9C=AA=E6=8C=91=E6=88=98=E8=BF=87=E7=9A=84=E6=80=AA=E6=B2=A1?= =?UTF-8?q?=E5=8F=8D=E5=BA=94=EF=BC=8C=E9=80=80=E5=87=BA=E9=87=8D=E8=BF=9B?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=AD=A3=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/Popup/BattleFailPopup.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/BattleFailPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/BattleFailPopup.lua index ac02c8cff6..b3e9ccda4c 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/BattleFailPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/BattleFailPopup.lua @@ -154,12 +154,15 @@ function this.ShowBattleResultByExpedition() end,0.3):Start() PopupTipPanel.ShowTip( Language[11455]) else + MsgPanel.ShowTwo(Language[11456], function() + Game.GlobalEvent:DispatchEvent(GameEvent.Expedition.RefreshMainPanel)--刷新界面 end, function() NetManager.EndConfirmExpeditionBattleRequest(GetCurNodeInfo.sortId, function (msg) + Game.GlobalEvent:DispatchEvent(GameEvent.Expedition.RefreshMainPanel)--刷新界面 end) end,Language[10731],Language[11457]) - Game.GlobalEvent:DispatchEvent(GameEvent.Expedition.RefreshMainPanel)--刷新界面 + -- Game.GlobalEvent:DispatchEvent(GameEvent.Expedition.RefreshMainPanel)--刷新界面 end end end