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
毕凯
2017-06-06 15:37:17 +0800
Commit
591bf4f9a917d17a1aec5c4a0d011157c1c19ca6
2 parents
a9a76140
0585fd8a
Merge branch 'hotfix/goodList' into 'master'
limit See merge request
!634
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/product/controllers/list.js
apps/product/controllers/search.js
apps/product/controllers/list.js
View file @
591bf4f
...
...
@@ -228,7 +228,7 @@ const category = (req, res, next) => {
type
:
'default'
,
order
:
'0'
,
page
:
1
,
limit
:
24
,
limit
:
12
,
isApp
:
params
.
app_version
},
params
);
...
...
apps/product/controllers/search.js
View file @
591bf4f
...
...
@@ -48,7 +48,7 @@ const list = (req, res, next) => {
type
:
'default'
,
order
:
'0'
,
page
:
1
,
limit
:
24
limit
:
12
},
params
);
if
(
uid
)
{
...
...
Please
register
or
login
to post a comment