【命格】提交

dev_chengFeng
ZhangBiao 2021-12-14 09:48:28 +08:00
parent 0b5c84931a
commit 13815dd2a5
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ function this:BindEvent()
Util.AddClick(self.btnSure,function() Util.AddClick(self.btnSure,function()
NetManager.LifeStoneUpRequest(2,nil,nil,nil,nil,function () NetManager.LifeStoneUpRequest(2,nil,nil,nil,nil,function ()
Game.GlobalEvent:DispatchEvent(GameEvent.Gem.RefreshPanel) Game.GlobalEvent:DispatchEvent(GameEvent.Gem.RefreshPanel)
Game.GlobalEvent:DispatchEvent(GameEvent.Bag.OnTempBagChanged)
PopupTipPanel.ShowTip("一键合成成功!") PopupTipPanel.ShowTip("一键合成成功!")
self.parent:ClosePanel() self.parent:ClosePanel()
end) end)