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
郭成尧
2018-01-29 16:18:24 +0800
Commit
eab8f590b673e7712f3e2855cad01d8b4b743c37
2 parents
75e3cad8
65cf7254
Merge branch 'feature/search' into 'release/6.5'
gender See merge request
!1239
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/controllers/search.js
apps/product/controllers/search.js
View file @
eab8f59
...
...
@@ -255,7 +255,7 @@ exports.filter = (req, res, next) => {
_
.
assign
(
req
.
query
,
currentUrlParams
,
{
shop_id
:
shopId
});
}
else
{
currentUrlParams
=
listParamsProcess
.
getParams
(
req
.
query
.
currentUrl
);
currentUrlParams
=
listParamsProcess
.
getParams
(
_
.
last
(
_
.
split
(
req
.
query
.
currentUrl
,
'/'
))
);
}
delete
req
.
query
.
currentUrl
;
...
...
Please
register
or
login
to post a comment