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
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2017-09-14 16:29:43 +0800
Commit
5ad06e77ede480165823db6e687dbb9b4f994fe1
1 parent
99cb0f53
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/search-api.js
apps/product/models/search-api.js
View file @
5ad06e7
...
...
@@ -139,7 +139,7 @@ function getSeoProductList(params, from) {
finalParams
.
from
=
from
;
}
return
getProductListOrig
(
finalParams
);
return
this
.
getProductListOrig
(
finalParams
);
}
function
getSortListOrig
(
finalParams
)
{
...
...
Please
register
or
login
to post a comment