Authored by happyhour7

最新JS上传

... ... @@ -420,7 +420,6 @@ function setTime()
}
/* 当前时间与发布时间的相差时间戳 */
differTime = nowTime - sendTime;
console.log(differTime);
formattedTime=GetTimeDiff(differTime);
// 替换为格式化后显示的时间
var tmpHtml=$(this).html();
... ...