【bug】修复升级神将立即关闭界面,再次打开界面时显示错误
parent
7cc397c43f
commit
aa30b1ed6e
|
@ -634,6 +634,12 @@ function RoleInfoLayout:OnClose()
|
|||
FixedUpdateBeat:Remove(this.OnUpdate, self)
|
||||
if this.priThread then
|
||||
coroutine.stop(this.priThread)
|
||||
-- 关闭显示
|
||||
for i = 1, 4 do
|
||||
lvUpShowProList[i]:SetActive(false)
|
||||
end
|
||||
this.lvUpGo:SetActive(false)
|
||||
|
||||
this.priThread = nil
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue