点击万象境后 点击切换账号卡死问题修复
parent
e4ca9c100c
commit
2d9643c127
|
|
@ -507,7 +507,9 @@ function CarbonTypePanelV2:OnDestroy()
|
||||||
SubUIManager.Close(this.BtView)
|
SubUIManager.Close(this.BtView)
|
||||||
end
|
end
|
||||||
carbons = {}
|
carbons = {}
|
||||||
SubUIManager.Close(this.playerHead)
|
if this.playerHead then
|
||||||
|
SubUIManager.Close(this.playerHead)
|
||||||
|
end
|
||||||
SubUIManager.Close(this.UpView)
|
SubUIManager.Close(this.UpView)
|
||||||
this.playerHead = nil
|
this.playerHead = nil
|
||||||
this.UpView = nil
|
this.UpView = nil
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue