Showing
1 changed file
with
1 additions
and
0 deletions
@@ -45,6 +45,7 @@ exports.getNewData = (params) => { | @@ -45,6 +45,7 @@ exports.getNewData = (params) => { | ||
45 | 45 | ||
46 | params = Object.assign({ | 46 | params = Object.assign({ |
47 | method: 'app.search.newProduct', | 47 | method: 'app.search.newProduct', |
48 | + limit: 20 | ||
48 | }, params); | 49 | }, params); |
49 | 50 | ||
50 | return api.get('', params).then(result => { | 51 | return api.get('', params).then(result => { |
-
Please register or login to post a comment