From 547019779749947bb329b19e69d3e0fccaafd1c4 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Wed, 26 May 2021 22:56:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=80=AA=E6=AD=A3=E5=B8=B8=E6=88=98?= =?UTF-8?q?=E6=96=97=EF=BC=8C=E7=BB=93=E6=9D=9F=E6=97=B6=E6=9C=AA=E5=BC=B9?= =?UTF-8?q?=E5=87=BA=E6=88=98=E6=96=97=E7=BB=93=E7=AE=97=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/Map/ShowEnemyInfoPanel.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Map/ShowEnemyInfoPanel.lua b/Assets/ManagedResources/~Lua/Modules/Map/ShowEnemyInfoPanel.lua index d60a40c479..a0866640ba 100644 --- a/Assets/ManagedResources/~Lua/Modules/Map/ShowEnemyInfoPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Map/ShowEnemyInfoPanel.lua @@ -74,6 +74,10 @@ function this:BindEvent() -- 刷新数据 CarbonManager.InitQuickFightData(monsterGroupId, nil, msg) end, 0.2):Start() + if msg.result == 1 then + UIManager.OpenPanel(UIName.RewardItemPopup,msg.enventDrop,1,function() + end) + end end) self:ClosePanel() end)