【bug】修复升级神将立即关闭界面,再次打开界面时显示错误

dev_chengFeng
gaoxin 2021-03-17 15:29:23 +08:00
parent 7cc397c43f
commit aa30b1ed6e
1 changed files with 6 additions and 0 deletions

View File

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