Authored by 郭成尧

isApp

... ... @@ -385,7 +385,7 @@ const processArticleDetail = (articleContent, isApp, gender, isWeixin, isqq, isW
_.forEach(recommendProducts, (goods, goodsKey) => {
recommendProducts[goodsKey].price = parseFloat(goods.sales_price).toFixed(2);
recommendProducts[goodsKey].href = '//m.yohobuy.com/product/' + goods.product_skn + '.html';
recommendProducts[goodsKey].href = isApp ? `http://m.yohobuy.com/product/${goods.product_skn}.html?openby:yohobuy={"action":"go.productDetail","params":{"product_skn":"${goods.product_skn}"}}` : `//m.yohobuy.com/product/${goods.product_skn}.html`;
});
finalDetail.push({
... ...