...
|
...
|
@@ -127,6 +127,11 @@ exports.processProductList = (list, options) => { |
|
|
|
|
|
if (extraAttr) {
|
|
|
product[extraAttr] = true;
|
|
|
|
|
|
if (extraAttr === '_isHotShop' && parseInt(product.data.show_type, 10) === 1) {
|
|
|
product.reShop = true;
|
|
|
}
|
|
|
|
|
|
pruductList.push(product);
|
|
|
}
|
|
|
|
...
|
...
|
|