【青龙秘宝】修复延时
parent
1222f1df0c
commit
758c59dcae
|
@ -34,11 +34,11 @@ function this:BindEvent()
|
||||||
Util.AddClick(this.confirmBtn,function()
|
Util.AddClick(this.confirmBtn,function()
|
||||||
LogBlue("点击了购买等级的按钮")
|
LogBlue("点击了购买等级的按钮")
|
||||||
NetManager.RequestBuyTreasureLevel(templv, function(msg)
|
NetManager.RequestBuyTreasureLevel(templv, function(msg)
|
||||||
Timer.New(function()
|
-- Timer.New(function()
|
||||||
PopupTipPanel.ShowTip(Language[12368])
|
PopupTipPanel.ShowTip(Language[12368])
|
||||||
parent:ClosePanel()
|
parent:ClosePanel()
|
||||||
Game.GlobalEvent:DispatchEvent(GameEvent.TreasureOfHeaven.BuyQinglongSerectLevelSuccess)
|
Game.GlobalEvent:DispatchEvent(GameEvent.TreasureOfHeaven.BuyQinglongSerectLevelSuccess)
|
||||||
end,1):Start()
|
-- end,1):Start()
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
Util.AddClick(this.addBtn,function()
|
Util.AddClick(this.addBtn,function()
|
||||||
|
|
Loading…
Reference in New Issue