From 086c183046be1f29a9936f140ba3c3e6b2e6c9bb Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Sun, 24 Dec 2023 15:29:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=89=B9=E8=AE=AD=E3=80=91=3D=3D=3D?= =?UTF-8?q?=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=E7=89=B9?= =?UTF-8?q?=E8=AE=AD=E6=B6=88=E8=80=97=E6=98=BE=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/HomeLand/TrainBuildLvUpPanel.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/HomeLand/TrainBuildLvUpPanel.lua b/Assets/ManagedResources/~Lua/Modules/HomeLand/TrainBuildLvUpPanel.lua index f8b8d1cb59..8ef57f13bc 100644 --- a/Assets/ManagedResources/~Lua/Modules/HomeLand/TrainBuildLvUpPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/HomeLand/TrainBuildLvUpPanel.lua @@ -187,7 +187,10 @@ end function TrainBuildLvUpPanel:OnClose() data=nil - + if self.timer then + self.timer:Stop() + self.timer = nil + end end function TrainBuildLvUpPanel:OnDestroy()