countDownDay
:
0
,
countDownHour
:
0
,
countDownMinute
:
0
,
countDownSecond
:
0
,
dealActiveTimer
:
function
(activesTimeDifference
)
{
if
(activesTimeDifference
==
null
|| activesTimeDifference
==
""
)
{
return
}
LogUtil
.show
(
"时间差: "
+ activesTimeDifference
)
// 1519872824000
// var totalSecond = (Date.parse(new Date()) + 300000000) / 1000 - Date.parse(new Date()) / 1000;
var totalSecond
= activesTimeDifference
var interval
= setInterval
(
function
()
{
// 秒数
var second
= totalSecond
;