Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张泽世
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to dashboard
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
Plain Diff
Browse Files
Authored by
ccbikai
2016-07-08 11:59:18 +0800
Commit
fb72d0f406f52e5f5452c2dd0e8447ae8f68ebad
2 parents
9dc85b5b
f1fb313b
Merge branch 'feature/sale' into release/4.8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
utils/time-process.js
utils/time-process.js
View file @
fb72d0f
@@ -7,7 +7,7 @@
@@ -7,7 +7,7 @@
7
const
helpers
=
global
.
yoho
.
helpers
;
7
const
helpers
=
global
.
yoho
.
helpers
;
8
8
9
const
timeFormat
=
{
9
const
timeFormat
=
{
10
-
y
:
'剩{y}年{d}天'
,
10
+
y
:
'剩{y}年{
M}月{
d}天'
,
11
d
:
'剩{d}天'
,
11
d
:
'剩{d}天'
,
12
h
:
'剩{h}小时'
,
12
h
:
'剩{h}小时'
,
13
m
:
'剩{m}分钟'
,
13
m
:
'剩{m}分钟'
,
Please
register
or
login
to post a comment