Authored by zhangxiaoru

修改limit

@@ -223,7 +223,7 @@ const category = (req, res, next) => { @@ -223,7 +223,7 @@ const category = (req, res, next) => {
223 type: 'default', 223 type: 'default',
224 order: '0', 224 order: '0',
225 page: 1, 225 page: 1,
226 - limit: 12, 226 + limit: 24,
227 isApp: params.app_version 227 isApp: params.app_version
228 }, params); 228 }, params);
229 229
@@ -45,7 +45,7 @@ const list = (req, res, next) => { @@ -45,7 +45,7 @@ const list = (req, res, next) => {
45 type: 'default', 45 type: 'default',
46 order: '0', 46 order: '0',
47 page: 1, 47 page: 1,
48 - limit: 12 48 + limit: 24
49 }, params); 49 }, params);
50 50
51 if (uid) { 51 if (uid) {