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
yyq
7 years ago
Commit
7c362adad3a40cba04c4a6259340c38f9e7460e0
1 parent
4baf05cf
lint
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/controllers/seo.js
apps/product/controllers/seo.js
View file @
7c362ad
...
...
@@ -10,7 +10,7 @@ const seoModel = require('../models/seo-service'); // seo 页 model
const
hot
=
(
req
,
res
,
next
)
=>
{
return
req
.
ctx
(
seoModel
).
getHotKeywordDate
(
req
.
query
,
req
.
yoho
.
channel
).
then
(
result
=>
{
res
.
render
(
'seo/hot'
,
result
);
}).
catch
(
next
);
;
}).
catch
(
next
);
};
module
.
exports
=
{
...
...
Please
register
or
login
to post a comment