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
郭成尧
2016-10-12 21:22:14 +0800
Commit
01e96114c47357e91120ab5beb1c206097fd5ea2
1 parent
0642ea8d
order
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
apps/product/models/search.js
apps/product/models/search.js
View file @
01e9611
...
...
@@ -104,6 +104,8 @@ const _searchGoods = (params) => {
if
(
params
.
order
)
{
params
.
order
=
searchProcess
.
getTypeCont
(
params
.
type
||
''
,
params
.
order
);
}
else
{
params
.
order
=
's_t_asc'
;
}
return
api
.
get
(
''
,
_
.
assign
({
...
...
Please
register
or
login
to post a comment