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
Plain Diff
Browse Files
Authored by
周少峰
2017-06-06 18:16:13 +0800
Commit
19f0c7c661334d471ce6e6bbe1ffaf2a82fe4210
2 parents
daa402bd
f3790cc4
Merge branch 'feature/guangDev' into release/5.8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/guang/models/guang-service.js
apps/guang/models/guang-service.js
View file @
19f0c7c
...
...
@@ -691,9 +691,9 @@ module.exports = class extends global.yoho.BaseModel {
getProductList
(
params
,
arr
)
{
let
data
=
{
method
:
'web.search.search'
,
from
:
'fuzzySearch'
,
method
:
'app.search.recomandLi'
,
order
:
's_n_desc'
,
client_type
:
'web'
,
limit
:
60
};
...
...
Please
register
or
login
to post a comment