Showing
1 changed file
with
1 additions
and
1 deletions
@@ -91,7 +91,7 @@ exports.processProductList = (list, options) => { | @@ -91,7 +91,7 @@ exports.processProductList = (list, options) => { | ||
91 | 91 | ||
92 | product.isSoonSoldOut = product.isSoonSoldOut === 'Y'; | 92 | product.isSoonSoldOut = product.isSoonSoldOut === 'Y'; |
93 | product.url = helpers.urlFormat(`/product/pro_${product.productId}_${product.goodsList[0].goodsId}/${product.cnAlphabet}.html`); // eslint-disable-line | 93 | product.url = helpers.urlFormat(`/product/pro_${product.productId}_${product.goodsList[0].goodsId}/${product.cnAlphabet}.html`); // eslint-disable-line |
94 | - | 94 | + |
95 | // tar add 1606071146 品牌链接处理 | 95 | // tar add 1606071146 品牌链接处理 |
96 | product.brandUrl = helpers.urlFormat('', '', product.brandDomain); | 96 | product.brandUrl = helpers.urlFormat('', '', product.brandDomain); |
97 | 97 |
-
Please register or login to post a comment