【青龙秘宝】修复延时

dev_chengFeng
ZhangBiao 2020-12-01 13:51:42 +08:00
parent 1222f1df0c
commit 758c59dcae
1 changed files with 5 additions and 5 deletions

View File

@ -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()