Authored by zhangxiaoru

limit

@@ -228,7 +228,7 @@ const category = (req, res, next) => { @@ -228,7 +228,7 @@ const category = (req, res, next) => {
228 type: 'default', 228 type: 'default',
229 order: '0', 229 order: '0',
230 page: 1, 230 page: 1,
231 - limit: 24, 231 + limit: 12,
232 isApp: params.app_version 232 isApp: params.app_version
233 }, params); 233 }, params);
234 234
@@ -48,7 +48,7 @@ const list = (req, res, next) => { @@ -48,7 +48,7 @@ const list = (req, res, next) => {
48 type: 'default', 48 type: 'default',
49 order: '0', 49 order: '0',
50 page: 1, 50 page: 1,
51 - limit: 24 51 + limit: 12
52 }, params); 52 }, params);
53 53
54 if (uid) { 54 if (uid) {