...
|
...
|
@@ -97,6 +97,7 @@ exports.getListData = (params, channel) => { |
|
|
goods: productProcess.processProductList(result[2].data.product_list,
|
|
|
Object.assign({showDiscount: false}, params)),
|
|
|
hasNextPage: searchHandler.handleNextPage(params, result[2].data.total),
|
|
|
|
|
|
// 最近浏览记录
|
|
|
latestWalk: 7
|
|
|
});
|
...
|
...
|
@@ -165,6 +166,7 @@ exports.getListNewData = (params, channel) => { |
|
|
goods: productProcess.processProductList(result[2].data.product_list,
|
|
|
Object.assign({showDiscount: false}, params)),
|
|
|
hasNextPage: searchHandler.handleNextPage(params, result[2].data.total),
|
|
|
|
|
|
// 最近浏览记录
|
|
|
latestWalk: 7
|
|
|
});
|
...
|
...
|
@@ -258,6 +260,7 @@ exports.getBrandData = (params, extra, channel) => { |
|
|
goods: productProcess.processProductList(result[2].data.product_list,
|
|
|
Object.assign({showDiscount: false}, params)),
|
|
|
hasNextPage: searchHandler.handleNextPage(params, result[2].data.total),
|
|
|
|
|
|
// 最近浏览记录
|
|
|
latestWalk: 7
|
|
|
});
|
...
|
...
|
|