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
OF1706
8 years ago
Commit
29fc9789c682a39e1b9f1b9f39a80e3a1992103a
1 parent
e24ca4f5
header api add channel
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doraemon/models/header.js
doraemon/models/header.js
View file @
29fc978
...
...
@@ -193,7 +193,7 @@ const setHeaderData = (resData, type) => (
const
getHotSearchAsync
=
(
channel
)
=>
{
return
api
.
get
(
''
,
{
method
:
'app.search.getTerms'
,
yh_channel
:
channel
},
{
return
api
.
get
(
''
,
{
method
:
'app.search.getTerms'
,
yh_channel
:
channel
},
{
cache
:
600
,
code
:
200
});
...
...
Please
register
or
login
to post a comment