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
郭成尧
2017-12-05 16:27:06 +0800
Commit
57c8551f249ae62c5bb40be17fb160e0e9fbae4e
1 parent
acb9d287
age_level-params
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
utils/search-process.js
utils/search-process.js
View file @
57c8551
...
...
@@ -162,6 +162,10 @@ const getSearchParamsWithoutMethod = (params) => {
finalParams
.
category_id
=
params
.
category_id
;
}
if
(
params
.
age_level
)
{
finalParams
=
params
.
age_level
;
}
return
finalParams
;
};
...
...
Please
register
or
login
to post a comment