Showing
2 changed files
with
2 additions
and
2 deletions
@@ -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 |
-
Please register or login to post a comment