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
b57a8c160fae81b2e42eacc13056ea3256c1ab20
1 parent
209532ad
fix 500 bug
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 @
b57a8c1
...
...
@@ -131,7 +131,8 @@ const statusMap = {
value
:
3
,
valueStr
:
'交易完成'
,
step
:
4
,
showEditor
:
true
showEditor
:
true
,
btns
:
[]
}
};
...
...
@@ -537,6 +538,7 @@ const getOrderDetail = (uid, code) => {
if
(
detail
.
isCancel
!==
'Y'
)
{
detail
.
steps
=
_getStepByOrderStatus
(
st
);
console
.
log
(
st
);
statusMap
[
st
].
btns
.
forEach
(
function
(
btn
)
{
btns
.
push
(
btn
);
});
...
...
Please
register
or
login
to post a comment