Authored by zhangxiaoru

limit

... ... @@ -228,7 +228,7 @@ const category = (req, res, next) => {
type: 'default',
order: '0',
page: 1,
limit: 24,
limit: 12,
isApp: params.app_version
}, params);
... ...
... ... @@ -48,7 +48,7 @@ const list = (req, res, next) => {
type: 'default',
order: '0',
page: 1,
limit: 24
limit: 12
}, params);
if (uid) {
... ...