From 13815dd2a5d0705a75c73d8883a62c3a980c8848 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Tue, 14 Dec 2021 09:48:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=91=BD=E6=A0=BC=E3=80=91=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Popup/View/GeneralPopup_GemOneKey.lua | 1 + 1 file changed, 1 insertion(+) 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)