青龙秘宝等级界面时间销毁修改
parent
6f0b87c858
commit
c6142a96f8
|
@ -104,7 +104,10 @@ function this:OnSortingOrderChange(sortingOrder)
|
||||||
end
|
end
|
||||||
|
|
||||||
function this:OnClose()
|
function this:OnClose()
|
||||||
|
if self.timer then
|
||||||
|
self.timer :Stop()
|
||||||
|
self.timer = nil
|
||||||
|
end
|
||||||
end
|
end
|
||||||
function this:OnDestroy()
|
function this:OnDestroy()
|
||||||
itemsList={}
|
itemsList={}
|
||||||
|
|
Loading…
Reference in New Issue