Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2019-04-27 19:56:12 +0800
Commit
a439d82a563d2de70689515321202572b5a56089
1 parent
8f636680
fix day time
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/utils/day.js
apps/utils/day.js
View file @
a439d82
...
...
@@ -68,7 +68,7 @@ class Day {
}
else
if
(
days
>
0
)
{
return
'昨天'
;
}
else
{
return
`
$
{
this
.
hour
()}
:
$
{
this
.
minute
(
)}
`
;
return
`
$
{
this
.
hour
()}
:
$
{
this
.
_fix
(
this
.
minute
(),
2
)}
`
;
}
}
}
...
...
Please
register
or
login
to post a comment