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)