【特训】====================特训消耗显示修改

TCX_dev_realOne_master hotfix/you_gu/cdn_realOne_ios/1.1.14
wangzhenxing 2023-12-24 15:29:05 +08:00
parent 7c3827cd0d
commit 086c183046
1 changed files with 4 additions and 1 deletions

View File

@ -187,7 +187,10 @@ end
function TrainBuildLvUpPanel:OnClose()
data=nil
if self.timer then
self.timer:Stop()
self.timer = nil
end
end
function TrainBuildLvUpPanel:OnDestroy()