...
|
...
|
@@ -337,7 +337,7 @@ const listNew = (req, res, next) => { |
|
|
let categoryIntroRedis = [];
|
|
|
|
|
|
let responseResult = {
|
|
|
list: productProcess.processProductList(result.data.product_list || [], {
|
|
|
list: productProcess.processProductList(_.get(result, 'data.product_list', []), {
|
|
|
isApp: params.isApp || (params.appVersion && params.appVersion !== 'false'),
|
|
|
gender: _coverChannel[params.coverChannel],
|
|
|
showSimilar: params.shop_id || params.material === 'true' ? false : true
|
...
|
...
|
|