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-11 16:28:24 +0800
Commit
956ca3c903796837f9773246b11cfd1df96b0dd3
2 parents
ba62cc69
9a7d1fdd
解决冲突
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
apps/product/models/search.js
apps/product/models/search.js
View file @
956ca3c
...
...
@@ -91,7 +91,9 @@ const _searchGoods = (params) => {
delete
params
.
filter_poolId
;
}
if
(
params
.
brand
)
{
if
(
params
.
shop_id
)
{
method
=
'app.search.li'
;
}
else
if
(
params
.
brand
)
{
method
=
'app.search.brand'
;
}
...
...
Please
register
or
login
to post a comment