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
Plain Diff
Browse Files
Authored by
徐炜
2016-09-08 13:40:45 +0800
Commit
84b92b74ba78c654339c2f1a161abb35df247dcc
2 parents
2477d8c8
de2b28b4
Merge remote-tracking branch 'origin/feature/installment2a' into feature/installment2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
apps/home/controllers/installment.js
apps/home/controllers/installment.js
View file @
84b92b7
...
...
@@ -41,7 +41,9 @@ const _reviewStatus = (res, req, uid, status) => {
},
goods
:
result
[
0
]
},
url
:
jumpUrl
url
:
helpers
.
appUrlFormat
(
req
.
originalUrl
,
'go.instalmentlist'
,
{
title
:
'分期专享'
})
}
};
}).
catch
(()
=>
{
...
...
Please
register
or
login
to post a comment