时间销毁
parent
a6fd0d2aa6
commit
349316e2d7
|
|
@ -151,7 +151,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