...
|
...
|
@@ -216,14 +216,12 @@ const detailIndex = (req, res, next) => { |
|
|
currentHref: `https://m.yohobuy.com/guang/${id}.html`
|
|
|
},
|
|
|
showAnaJson: {
|
|
|
mipsite: false,
|
|
|
miptitle: `${detail.getArticle.article_title} | Yoho!Buy有货 | 潮流购物逛不停`,
|
|
|
mipId: id,
|
|
|
mipPublishTime: mipPublishTime,
|
|
|
mipPic: mipPic,
|
|
|
mipDes: detail.getArticle.article_summary,
|
|
|
mipUrl: `${req.protocol}://m.yohobuy.com${req.originalUrl}`,
|
|
|
miphtml: `${req.protocol}://m.yohobuy.com/mip/guang/${id}.html`
|
|
|
addBaiduSite: false,
|
|
|
title: `${detail.getArticle.article_title} | Yoho!Buy有货 | 潮流购物逛不停`,
|
|
|
publishTime: mipPublishTime,
|
|
|
pic: mipPic,
|
|
|
des: detail.getArticle.article_summary,
|
|
|
url: `${req.protocol}://m.yohobuy.com${req.originalUrl}`,
|
|
|
}
|
|
|
}, data));
|
|
|
})().catch(next);
|
...
|
...
|
|