点击万象境后 点击切换账号卡死问题修复

ZhangBiao 2020-09-14 14:39:24 +08:00
parent e4ca9c100c
commit 2d9643c127
1 changed files with 3 additions and 1 deletions

View File

@ -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