diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_GemOneKey.lua b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_GemOneKey.lua index 72ec5b169f..ea6cdd8019 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_GemOneKey.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_GemOneKey.lua @@ -23,6 +23,7 @@ function this:BindEvent() Util.AddClick(self.btnSure,function() NetManager.LifeStoneUpRequest(2,nil,nil,nil,nil,function () Game.GlobalEvent:DispatchEvent(GameEvent.Gem.RefreshPanel) + Game.GlobalEvent:DispatchEvent(GameEvent.Bag.OnTempBagChanged) PopupTipPanel.ShowTip("一键合成成功!") self.parent:ClosePanel() end)