From 40630efdb4703a3fe71e7dfa1de3facaeebb0bd2 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Tue, 22 Mar 2022 13:45:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=B1=E6=B2=B3=E8=AF=95=E7=82=BC=E5=80=92?= =?UTF-8?q?=E8=AE=A1=E6=97=B6=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/FightLevel/FightLevelSingleChapterPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelSingleChapterPanel.lua b/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelSingleChapterPanel.lua index 6f0fde5e3f..31c0deaf43 100644 --- a/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelSingleChapterPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelSingleChapterPanel.lua @@ -131,7 +131,7 @@ function this.activityBtnTimeShow() end end s() - this.activityBtnTime = Timer.New(s, 1) + this.activityBtnTime = Timer.New(s, 1,-1,false) this.activityBtnTime:Start() end