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
李靖
2017-05-22 18:39:59 +0800
Commit
098d88d878d7626bc81a79736cfa4021d07fbfcf
1 parent
ecf8ccaa
增加首屏数据50
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/controllers/user-recommend.js
apps/activity/controllers/user-recommend.js
View file @
098d88d
@@ -18,7 +18,7 @@ exports.index = (req, res, next) => {
@@ -18,7 +18,7 @@ exports.index = (req, res, next) => {
18
18
19
let
params
=
{
19
let
params
=
{
20
page
:
1
,
20
page
:
1
,
21
-
limit
:
1
0
,
21
+
limit
:
5
0
,
22
isApp
:
req
.
yoho
.
isApp
22
isApp
:
req
.
yoho
.
isApp
23
};
23
};
24
24
Please
register
or
login
to post a comment