Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
ea0e707e7e
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue