Showing
1 changed file
with
1 additions
and
1 deletions
@@ -137,7 +137,7 @@ const _formShopData = (data, shopId, isApp) => { | @@ -137,7 +137,7 @@ const _formShopData = (data, shopId, isApp) => { | ||
137 | 137 | ||
138 | _.forEach(resData, (item) => { | 138 | _.forEach(resData, (item) => { |
139 | goods.push({ | 139 | goods.push({ |
140 | - url: helpers.urlFormat(item.productId, item.goodsId, item.cnAlphabet) + (isApp ? `?openby:yohobuy={"action":"go.productDetail","params":{"product_skn":${item.productSkn}}` : ''),//eslint-disable-line | 140 | + url: helpers.urlFormat(item.productId, item.goodsId, item.cnAlphabet) + (isApp ? `?openby:yohobuy={"action":"go.productDetail","params":{"product_skn":${item.productSkn}}}` : ''),//eslint-disable-line |
141 | img: helpers.image(item.src, 235, 314), | 141 | img: helpers.image(item.src, 235, 314), |
142 | productName: item.productName, | 142 | productName: item.productName, |
143 | salesPrice: item.salesPrice, | 143 | salesPrice: item.salesPrice, |
-
Please register or login to post a comment