Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
jiaoyangna 2021-03-30 14:22:46 +08:00
commit b67066cc66
1 changed files with 3 additions and 3 deletions

View File

@ -562,14 +562,14 @@ function ExpeditionMainPanel:OnClose()
timer2:Stop()
timer2 = nil
end
if self.liveNode then
self.liveNode:OnClose()
end
end
--界面销毁时调用(用于子类重写)
function ExpeditionMainPanel:OnDestroy()
if self.liveNode then
self.liveNode:OnClose()
end
--if live2dList and #live2dList > 0 then
-- for i = 1, #live2dList do
-- poolManager:UnLoadLive(live2dList[i][1], live2dList[i][2], PoolManager.AssetType.GameObject)