【循环滚动】修复快速切换报错
parent
e77c978e6e
commit
02f02206ca
|
@ -247,6 +247,10 @@ function ScrollCycleView:OnClose()
|
|||
self.goItemList = {}
|
||||
self.goItemDataRefList = {}
|
||||
self.dataList = {}
|
||||
if self.co then
|
||||
coroutine.stop(self.co)
|
||||
self.co = nil
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue