【青龙秘宝】修复延时
(cherry picked from commit 758c59dcae)
parent
972e83ec2f
commit
d2689eba03
|
|
@ -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