Authored by zhangxiaoru

修改limit

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