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
zhangxiaoru
2017-04-28 16:07:07 +0800
Commit
24c57ce9ad721b4f47e6a03a7d33c9236ead790a
1 parent
bc3b86df
修改limit
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 @
24c57ce
...
...
@@ -223,7 +223,7 @@ const category = (req, res, next) => {
type
:
'default'
,
order
:
'0'
,
page
:
1
,
limit
:
12
,
limit
:
24
,
isApp
:
params
.
app_version
},
params
);
...
...
apps/product/controllers/search.js
View file @
24c57ce
...
...
@@ -45,7 +45,7 @@ const list = (req, res, next) => {
type
:
'default'
,
order
:
'0'
,
page
:
1
,
limit
:
12
limit
:
24
},
params
);
if
(
uid
)
{
...
...
Please
register
or
login
to post a comment