...
|
...
|
@@ -66,7 +66,7 @@ export default class HomeService { |
|
|
});
|
|
|
}
|
|
|
|
|
|
async fetchProductList(yh_channel, order, page=1, limit=60, filterFactors={}) {
|
|
|
async fetchProductList(yh_channel, order, page=1, limit=20, filterFactors={}) {
|
|
|
let body = {
|
|
|
method: 'app.newproduct.reclist',
|
|
|
yh_channel,
|
...
|
...
|
|