时间修改

jiaoyangna 2020-09-01 00:11:14 +08:00
parent ae25bcb07e
commit f059b4aea6
1 changed files with 3 additions and 1 deletions

View File

@ -259,7 +259,9 @@ function this:ShowTime(curType)
self.timer:Stop()
self.timer = nil
this.RefreshTime()
return
end
timeDown = timeDown - 1
this.remainTime.text = Language[12321]..TimeToDHMS(timeDown)
end, 1, -1, true)