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
徐炜
2016-11-28 17:48:36 +0800
Commit
5499aa42af1033dc0db10d1d125104b7c56c56fe
2 parents
c8c8a499
5edc196e
Merge branch 'feature/prod-list-opt' into release/wap-optim
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
apps/product/controllers/search.js
apps/product/controllers/search.js
View file @
5499aa4
...
...
@@ -194,11 +194,6 @@ const search = (req, res, next) => {
}
else
{
res
.
json
(
result
);
}
res
.
render
(
'search/page'
,
{
layout
:
false
,
new
:
result
});
}).
catch
(
next
);
};
...
...
Please
register
or
login
to post a comment