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
郭成尧
2016-05-12 15:37:34 +0800
Commit
53e59a134720d13b7f85867123409abedcda6421
1 parent
2cff8b11
Object输出
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/product/controllers/detail.js
apps/product/controllers/detail.js
View file @
53e59a1
...
...
@@ -16,9 +16,9 @@ exports.index = (req, res) => {
detail
({
id
:
id
},
(
data
)
=>
{
},
(
result
)
=>
{
res
.
render
(
'detail'
,
{
result
:
JSON
.
stringify
(
data
,
null
,
4
)
result
:
result
});
});
};
...
...
Please
register
or
login
to post a comment