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