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
陈峰
8 years ago
Commit
0e7d31484fb135b9a60044857744130894fe2a8a
2 parents
194b58fe
e16b7776
Merge branch 'release/5.2' of
http://git.yoho.cn/fe/yohobuywap-node
into release/5.2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/channel/models/channel.js
apps/channel/models/channel.js
View file @
0e7d314
...
...
@@ -170,7 +170,7 @@ const _getLeftNav = (choosed) => {
* 获取热门搜索
**/
const
_getSearchIndex
=
()
=>
{
return
api
.
get
(
''
,
{
return
API
.
get
(
''
,
{
method
:
'app.search.getTerms'
},
{
cache
:
true
...
...
@@ -308,7 +308,7 @@ let shopRecom = (params) => {
shop_ids
:
params
.
shopIds
,
uid
:
params
.
uid
,
});
}
}
;
module
.
exports
=
{
getChannelData
,
...
...
Please
register
or
login
to post a comment