时间销毁
parent
b7b6b4189c
commit
fc727e1061
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue