Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
陈轩
2016-10-12 21:07:38 +0800
Commit
265c14b9b7ef407da775ef49302dd76bd92b12fb
1 parent
5792b952
fix YH-4908
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/controllers/seckill.js
apps/product/controllers/seckill.js
View file @
265c14b
...
...
@@ -56,7 +56,7 @@ let _helpers = {
}
},
readaleTime
:
(
unixStamp
)
=>
{
return
moment
.
unix
(
unixStamp
).
format
(
'MM月DD日
hh
:mm'
);
return
moment
.
unix
(
unixStamp
).
format
(
'MM月DD日
HH
:mm'
);
}
};
...
...
Please
register
or
login
to post a comment