【牛气冲不动了】

dev_chengFeng
ZhangBiao 2021-03-26 14:05:25 +08:00
parent dc187723c8
commit ad3b3c3e45
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,6 @@ end
--界面关闭时调用(用于子类重写)
function NiuQiChongTian:OnClose()
SubUIManager.Close(self.UpView)
for key, value in pairs(redPointList) do
ClearRedPointObject(key, value)
end
@ -213,6 +212,7 @@ end
--界面销毁时调用(用于子类重写)
function NiuQiChongTian:OnDestroy()
SubUIManager.Close(self.UpView)
sortingOrder = 0
end