【点将台】报错修改提交

dev_chengFeng
ZhangBiao 2021-07-16 16:54:17 +08:00
parent 8aeb433618
commit 309486e443
1 changed files with 16 additions and 11 deletions

View File

@ -435,6 +435,11 @@ end
--界面关闭时调用(用于子类重写)
function RecruitMainPanel:OnClose()
--清除红点
this.select.transform:SetParent(this.tabbox.transform)
if self.thread then
coroutine.stop(self.thread)
self.thread = nil
end
for k,v in pairs(redPointTypeList) do
ClearRedPointObject(k,v)
end