From fbfa80611a2330c3cbf328763845cf13db1ad65b Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Thu, 2 Sep 2021 20:58:11 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=B9=B8=E8=BF=90=E6=91=8A=E8=96=84?= =?UTF-8?q?=E3=80=91=E6=97=B6=E9=97=B4=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/LuckyTurnTable/LuckyTurnTablePanel.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/LuckyTurnTable/LuckyTurnTablePanel.lua b/Assets/ManagedResources/~Lua/Modules/LuckyTurnTable/LuckyTurnTablePanel.lua index 81baf3ad97..27e9626238 100644 --- a/Assets/ManagedResources/~Lua/Modules/LuckyTurnTable/LuckyTurnTablePanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/LuckyTurnTable/LuckyTurnTablePanel.lua @@ -665,6 +665,7 @@ function this.RefreshBtnCountDown() if time<0 then time=0 this.refreshTimer:Stop() + this.freeRefreshTime.text=" " this.SetRefreshBtnShowState(true) NetManager.GetRefreshCountDownRequest({62}) end @@ -691,6 +692,7 @@ function this.RefreshBtnCountDown() this.refreshTimer:Reset(function() if time<0 then this.refreshTimer:Stop() + this.freeRefreshTime.text=" " time=0 this.SetRefreshBtnShowState(true) NetManager.GetRefreshCountDownRequest({63})