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
zhangxiaoru
2017-06-13 17:46:30 +0800
Commit
c870f7e18899459089c67953beb67d0d10e8fb05
1 parent
3b5fa3c1
id更改
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 @
c870f7e
...
...
@@ -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