【拍脸】部分界面销毁后导致报错
parent
b1e3b753e4
commit
16268410b7
|
@ -294,7 +294,7 @@ function this.RemainTimeDown(_timeTextExpertgo,_timeTextExpert,timeDown,str)
|
||||||
this.timer = nil
|
this.timer = nil
|
||||||
end
|
end
|
||||||
this.timer = Timer.New(function()
|
this.timer = Timer.New(function()
|
||||||
if _timeTextExpert then
|
if _timeTextExpert and tostring(_timeTextExpert) ~= "null" then
|
||||||
if str then
|
if str then
|
||||||
_timeTextExpert.text = str..this.TimeStampToDateString(timeDown)
|
_timeTextExpert.text = str..this.TimeStampToDateString(timeDown)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue