Showing
1 changed file
with
2 additions
and
1 deletions
@@ -28,7 +28,8 @@ const blkNewGoods = (req, res, next) => { | @@ -28,7 +28,8 @@ const blkNewGoods = (req, res, next) => { | ||
28 | type: 'default', | 28 | type: 'default', |
29 | order: '0', | 29 | order: '0', |
30 | page: 1, | 30 | page: 1, |
31 | - limit: 12 | 31 | + limit: 12, |
32 | + isApp: params.app_version | ||
32 | }, params); | 33 | }, params); |
33 | 34 | ||
34 | if (uid) { | 35 | if (uid) { |
-
Please register or login to post a comment