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