报错修改
parent
33b8067bf6
commit
f1c18bcb7b
|
|
@ -171,6 +171,7 @@ end
|
||||||
function PokemonSummonOneResultPanel:OnDestroy()
|
function PokemonSummonOneResultPanel:OnDestroy()
|
||||||
SubUIManager.Close(this.UpView)
|
SubUIManager.Close(this.UpView)
|
||||||
this.view = nil
|
this.view = nil
|
||||||
|
itemViewList = {}
|
||||||
end
|
end
|
||||||
|
|
||||||
return PokemonSummonOneResultPanel
|
return PokemonSummonOneResultPanel
|
||||||
|
|
@ -198,6 +198,9 @@ end
|
||||||
--界面销毁时调用(用于子类重写)
|
--界面销毁时调用(用于子类重写)
|
||||||
function PokemonSummonTenResultPanel:OnDestroy()
|
function PokemonSummonTenResultPanel:OnDestroy()
|
||||||
this.views = nil
|
this.views = nil
|
||||||
|
this.contentList={}
|
||||||
|
this.contentListParent={}
|
||||||
|
this.views = {}
|
||||||
end
|
end
|
||||||
|
|
||||||
return PokemonSummonTenResultPanel
|
return PokemonSummonTenResultPanel
|
||||||
Loading…
Reference in New Issue