...
|
...
|
@@ -139,7 +139,7 @@ exports.processProductList = (list, options) => { |
|
|
|
|
|
_.forEach(product.tags, tag => {
|
|
|
tags[_.camelCase(tag)] = true;
|
|
|
})
|
|
|
});
|
|
|
product.tags = tags;
|
|
|
|
|
|
// 商品标签不再自行处理,直接使用接口返回的 is_yohood,is_new,is_discount,is_limited,is_soon_sold_out,mid-year,year-end
|
...
|
...
|
|