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
郭成尧
2017-06-13 17:48:07 +0800
Commit
468eaf6fbbebe4307ef2829bdfb0bd59e0428b3a
2 parents
a273ae5c
c870f7e1
Merge branch 'feature/installment' into 'release/5.8'
id更改 See merge request
!652
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/controllers/installment.js
apps/home/controllers/installment.js
View file @
468eaf6
...
...
@@ -626,7 +626,7 @@ const repayDetail = (req, res, next) => {
// 帮助静态页面
const
help
=
(
req
,
res
,
next
)
=>
{
let
id
=
1010
;
let
id
=
263
;
installmentModel
.
getHelpDetail
(
id
).
then
((
result
)
=>
{
res
.
render
(
'installment/help'
,
{
...
...
Please
register
or
login
to post a comment