...
|
...
|
@@ -79,6 +79,9 @@ exports.getOutletsIndexData = (params, channel) => { |
|
|
|
|
|
// 处理底部商品数据
|
|
|
if (result[5].code === 200 && !_.isEmpty(result[5].data)) {
|
|
|
if (!finalResult.goodsBoard) {
|
|
|
finalResult.goodsBoard = {};
|
|
|
}
|
|
|
Object.assign(finalResult.goodsBoard, {
|
|
|
sort: Object.assign(publicHandler.handleSaleOptsData(params, result[5].data.total), {newPage: true}),
|
|
|
list: productProcess.processProductList(result[5].data.product_list)
|
...
|
...
|
|