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-06-06 15:28:22 +0800
Commit
0585fd8abecf8049034ed53a88b4b7b112b469e1
1 parent
a9a76140
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 @
0585fd8
...
...
@@ -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 @
0585fd8
...
...
@@ -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