Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
郝肖肖
2017-06-12 16:55:50 +0800
Commit
29fb6bf65fb7478219c416a6e07e99a5e14e73b8
2 parents
88715d3a
59648739
Merge branch 'feature/orderShare' into release/5.8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/returns.js
apps/home/models/returns.js
View file @
29fb6bf
...
...
@@ -364,7 +364,7 @@ const getRefundDetail = (applyId, uid) => {
});
if
(
data
.
canCancel
===
'Y'
)
{
detail
.
canCancelUrl
=
'/home/re
fund/cancel
'
;
detail
.
canCancelUrl
=
'/home/re
turns/cancelRefund
'
;
}
resData
.
detail
=
detail
;
...
...
Please
register
or
login
to post a comment