报错修改

jiaoyangna 2020-10-29 15:38:34 +08:00
parent 33b8067bf6
commit f1c18bcb7b
2 changed files with 4 additions and 0 deletions

View File

@ -171,6 +171,7 @@ end
function PokemonSummonOneResultPanel:OnDestroy()
SubUIManager.Close(this.UpView)
this.view = nil
itemViewList = {}
end
return PokemonSummonOneResultPanel

View File

@ -198,6 +198,9 @@ end
--界面销毁时调用(用于子类重写)
function PokemonSummonTenResultPanel:OnDestroy()
this.views = nil
this.contentList={}
this.contentListParent={}
this.views = {}
end
return PokemonSummonTenResultPanel