Showing
1 changed file
with
1 additions
and
1 deletions
@@ -139,7 +139,7 @@ exports.processProductList = (list, options) => { | @@ -139,7 +139,7 @@ exports.processProductList = (list, options) => { | ||
139 | 139 | ||
140 | _.forEach(product.tags, tag => { | 140 | _.forEach(product.tags, tag => { |
141 | tags[_.camelCase(tag)] = true; | 141 | tags[_.camelCase(tag)] = true; |
142 | - }) | 142 | + }); |
143 | product.tags = tags; | 143 | product.tags = tags; |
144 | 144 | ||
145 | // 商品标签不再自行处理,直接使用接口返回的 is_yohood,is_new,is_discount,is_limited,is_soon_sold_out,mid-year,year-end | 145 | // 商品标签不再自行处理,直接使用接口返回的 is_yohood,is_new,is_discount,is_limited,is_soon_sold_out,mid-year,year-end |
-
Please register or login to post a comment