时间销毁

dev_chengFeng
jiaoyangna 2020-09-28 05:01:06 +08:00 committed by JieLing
parent b7b6b4189c
commit fc727e1061
1 changed files with 4 additions and 1 deletions

View File

@ -147,7 +147,10 @@ function this:OnSortingOrderChange(sortingOrder)
end
function this:OnClose()
if self.timer then
self.timer:Stop()
self.timer = nil
end
end
function this:OnDestroy()
if self.timer then