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
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2016-05-12 16:33:36 +0800
Commit
9fcf69cb7a730eaa99765d62991e3ccc740d9f53
1 parent
53e59a13
devEnv
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
apps/product/controllers/detail.js
apps/product/controllers/detail.js
View file @
9fcf69c
...
...
@@ -18,7 +18,8 @@ exports.index = (req, res) => {
id
:
id
},
(
result
)
=>
{
res
.
render
(
'detail'
,
{
result
:
result
result
:
result
,
devEnv
:
true
});
});
};
...
...
Please
register
or
login
to post a comment