Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
zhangqiang 2021-07-19 11:02:45 +08:00
commit ea0e707e7e
1 changed files with 4 additions and 2 deletions

View File

@ -219,8 +219,10 @@ end
--界面销毁时调用(用于子类重写)
function QianKunBoxBuyTenPanel:OnDestroy()
this.spLoader:Destroy()
SubUIManager.Close(this.UpView)
this.UpView = nil
if this.UpView then
SubUIManager.Close(this.UpView)
this.UpView = nil
end
this.views = nil
end