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
ccbikai(👎🏻🍜)
2016-10-24 14:36:36 +0800
Commit
8474550cc8e99f6fc2e55512fb565b635a930641
1 parent
7bb2e5f8
订单状态转换
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/orderDetail.js
apps/home/models/orderDetail.js
View file @
8474550
...
...
@@ -109,7 +109,7 @@ const _getOrderStatus = (order, showLogistics) => {
}
else
{
/* 订单为货到付款订单时,计算订单状态。(货到付款没有待付款状态) */
switch
(
order
.
status
)
{
switch
(
parseInt
(
order
.
status
,
10
)
)
{
case
0
:
/* 备货中 */
...
...
Please
register
or
login
to post a comment