【青龙秘宝】修复延时
parent
1222f1df0c
commit
758c59dcae
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue