青龙秘宝等级界面时间销毁修改

dev_chengFeng
jiaoyangna 2020-09-28 19:58:56 +08:00
parent 6f0b87c858
commit c6142a96f8
1 changed files with 4 additions and 1 deletions

View File

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