diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_QinglongSerectTreasureBuyLevel.lua b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_QinglongSerectTreasureBuyLevel.lua index 32bbc05340..d779322471 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_QinglongSerectTreasureBuyLevel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_QinglongSerectTreasureBuyLevel.lua @@ -34,11 +34,11 @@ function this:BindEvent() Util.AddClick(this.confirmBtn,function() LogBlue("点击了购买等级的按钮") NetManager.RequestBuyTreasureLevel(templv, function(msg) - Timer.New(function() - PopupTipPanel.ShowTip(Language[12368]) - parent:ClosePanel() - Game.GlobalEvent:DispatchEvent(GameEvent.TreasureOfHeaven.BuyQinglongSerectLevelSuccess) - end,1):Start() + -- Timer.New(function() + PopupTipPanel.ShowTip(Language[12368]) + parent:ClosePanel() + Game.GlobalEvent:DispatchEvent(GameEvent.TreasureOfHeaven.BuyQinglongSerectLevelSuccess) + -- end,1):Start() end) end) Util.AddClick(this.addBtn,function()