|
@@ -97,6 +97,7 @@ exports.getListData = (params, channel) => { |
|
@@ -97,6 +97,7 @@ exports.getListData = (params, channel) => { |
97
|
goods: productProcess.processProductList(result[2].data.product_list,
|
97
|
goods: productProcess.processProductList(result[2].data.product_list,
|
98
|
Object.assign({showDiscount: false}, params)),
|
98
|
Object.assign({showDiscount: false}, params)),
|
99
|
hasNextPage: searchHandler.handleNextPage(params, result[2].data.total),
|
99
|
hasNextPage: searchHandler.handleNextPage(params, result[2].data.total),
|
|
|
100
|
+
|
100
|
// 最近浏览记录
|
101
|
// 最近浏览记录
|
101
|
latestWalk: 7
|
102
|
latestWalk: 7
|
102
|
});
|
103
|
});
|
|
@@ -165,6 +166,7 @@ exports.getListNewData = (params, channel) => { |
|
@@ -165,6 +166,7 @@ exports.getListNewData = (params, channel) => { |
165
|
goods: productProcess.processProductList(result[2].data.product_list,
|
166
|
goods: productProcess.processProductList(result[2].data.product_list,
|
166
|
Object.assign({showDiscount: false}, params)),
|
167
|
Object.assign({showDiscount: false}, params)),
|
167
|
hasNextPage: searchHandler.handleNextPage(params, result[2].data.total),
|
168
|
hasNextPage: searchHandler.handleNextPage(params, result[2].data.total),
|
|
|
169
|
+
|
168
|
// 最近浏览记录
|
170
|
// 最近浏览记录
|
169
|
latestWalk: 7
|
171
|
latestWalk: 7
|
170
|
});
|
172
|
});
|
|
@@ -258,6 +260,7 @@ exports.getBrandData = (params, extra, channel) => { |
|
@@ -258,6 +260,7 @@ exports.getBrandData = (params, extra, channel) => { |
258
|
goods: productProcess.processProductList(result[2].data.product_list,
|
260
|
goods: productProcess.processProductList(result[2].data.product_list,
|
259
|
Object.assign({showDiscount: false}, params)),
|
261
|
Object.assign({showDiscount: false}, params)),
|
260
|
hasNextPage: searchHandler.handleNextPage(params, result[2].data.total),
|
262
|
hasNextPage: searchHandler.handleNextPage(params, result[2].data.total),
|
|
|
263
|
+
|
261
|
// 最近浏览记录
|
264
|
// 最近浏览记录
|
262
|
latestWalk: 7
|
265
|
latestWalk: 7
|
263
|
});
|
266
|
});
|