乾坤宝盒报错修改提交
parent
57fade3e9d
commit
13e6b5e522
|
@ -219,8 +219,10 @@ end
|
||||||
--界面销毁时调用(用于子类重写)
|
--界面销毁时调用(用于子类重写)
|
||||||
function QianKunBoxBuyTenPanel:OnDestroy()
|
function QianKunBoxBuyTenPanel:OnDestroy()
|
||||||
this.spLoader:Destroy()
|
this.spLoader:Destroy()
|
||||||
|
if this.UpView then
|
||||||
SubUIManager.Close(this.UpView)
|
SubUIManager.Close(this.UpView)
|
||||||
this.UpView = nil
|
this.UpView = nil
|
||||||
|
end
|
||||||
this.views = nil
|
this.views = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue