...
|
...
|
@@ -73,7 +73,7 @@ export function getProductList(reload=false) { |
|
|
|
|
|
let {app, productListPool} = getState();
|
|
|
let {productList, filterFactors, activityInfo, latestTabs, selectLatestItem} = productListPool;
|
|
|
let {originParams,saleType,type} = app;
|
|
|
let {originParams,saleType,type, listType} = app;
|
|
|
|
|
|
if (reload) {
|
|
|
|
...
|
...
|
@@ -129,8 +129,12 @@ export function getProductList(reload=false) { |
|
|
dayLimit: dayLimit
|
|
|
}
|
|
|
}else if (type == 'YH_FilterProListVC') {
|
|
|
let method = 'app.product.vip'
|
|
|
if (listType == 8) {
|
|
|
method = 'app.search.li'
|
|
|
}
|
|
|
params = {
|
|
|
method: 'app.product.vip',
|
|
|
method: method,
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|