|
|
@@ -106,7 +106,8 @@ function getRepoLink(record){ |
|
|
|
} |
|
|
|
|
|
|
|
function getTime(UpdatedUnix,currentTime){ |
|
|
|
currentTime = currentTime/1000; |
|
|
|
UpdatedUnix = UpdatedUnix * 1000; |
|
|
|
currentTime = currentTime; |
|
|
|
var timeEsc = currentTime - UpdatedUnix; |
|
|
|
console.log("currentTime=" + currentTime + " updateUnix=" + UpdatedUnix); |
|
|
|
var dayDiff = Math.floor(timeEsc / (24 * 3600 * 1000));//计算出相差天数 |
|
|
|