Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ued
/
yohogirls-frontend
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
happyhour7
2015-05-04 11:17:45 +0800
Commit
5a0b9d36bcf28e133bd15dc7fe617e23f63ba6fa
1 parent
a2b4734c
最新JS上传
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
web/js/public.js
web/js/public.js
View file @
5a0b9d3
...
...
@@ -420,7 +420,6 @@ function setTime()
}
/* 当前时间与发布时间的相差时间戳 */
differTime
=
nowTime
-
sendTime
;
console
.
log
(
differTime
);
formattedTime
=
GetTimeDiff
(
differTime
);
// 替换为格式化后显示的时间
var
tmpHtml
=
$
(
this
).
html
();
...
...
Please
register
or
login
to post a comment