Authored by hongweigao

修改

... ... @@ -940,16 +940,17 @@ const getNewArrival = (channel, isJKChannel, poolId)=> {
params = {},
method = '';
// 没有商品池id,不查数据
if (!poolId) {
return Promise.all(rel).then();
}
if (isJKChannel) {
method = 'app.search.sales';
params = {
productPool: poolId
};
// 没有商品池id,不查数据
if (!poolId) {
return Promise.all(rel).then();
}
} else {
method = 'web.search.newshelve';
params = {
... ...