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
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
2016-11-26 23:40:46 +0800
Commit
03678c4ecb10be4f33a682490cff574f81622932
1 parent
0ebefe9a
搜索空格处理
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
apps/product/models/search.js
apps/product/models/search.js
View file @
03678c4
...
...
@@ -109,6 +109,10 @@ const _searchGoods = (params) => {
delete
params
.
channel
;
}
if
(
params
.
query
)
{
params
.
query
=
params
.
query
.
replace
(
/
\+
/g
,
','
);
}
params
=
_
.
assign
({
limit
:
'60'
,
status
:
1
,
...
...
Please
register
or
login
to post a comment