From 758c59dcae1e652bf1e5f4566be66d9817043ea8 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Tue, 1 Dec 2020 13:51:42 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=9D=92=E9=BE=99=E7=A7=98=E5=AE=9D?= =?UTF-8?q?=E3=80=91=E4=BF=AE=E5=A4=8D=E5=BB=B6=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GeneralPopup_QinglongSerectTreasureBuyLevel.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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()