Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
b129b7d1722fe08730660fc3b874ccf1838ec13d
1 parent
c7ea8f2a
use 24 hours for order time
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
apps/me/models/order.js
apps/me/models/order.js
View file @
b129b7d
...
...
@@ -141,7 +141,7 @@ const isMobileOrder = {
// 转换时间戳
const
_convertUnixTime
=
src
=>
{
return
moment
.
unix
(
src
).
format
(
'YYYY-MM-DD
hh
:mm:ss'
);
return
moment
.
unix
(
src
).
format
(
'YYYY-MM-DD
HH
:mm:ss'
);
};
/**
...
...
@@ -440,11 +440,13 @@ const getOrderData = (uid, type, page) => {
},
2
:
{
emptyMsg
:
'没有待付款的订单哦~'
,
showEmptyEn
:
true
,
btnText
:
'查看全部订单'
,
url
:
'/me/'
},
3
:
{
emptyMsg
:
'没有待收货的订单哦~'
,
showEmptyEn
:
true
,
btnText
:
'查看全部订单'
,
url
:
'/me/'
}
...
...
Please
register
or
login
to post a comment