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-24 16:41:49 +0800
Commit
e2a1aef60555f8088bc438bb4706678e5c1982ab
1 parent
65060eb2
layoutfalse
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
apps/product/controllers/sale.js
apps/product/controllers/sale.js
View file @
e2a1aef
...
...
@@ -189,6 +189,7 @@ exports.getGoodsList = (req, res) => {
responseData
.
devEnv
=
true
;
responseData
.
result
=
result
;
responseData
.
footerTop
=
false
;
responseData
.
layout
=
false
;
res
.
render
(
'goods'
,
responseData
);
});
...
...
Please
register
or
login
to post a comment