Authored by 李靖

originUrl

... ... @@ -211,7 +211,8 @@ const detailIndex = (req, res, next) => {
mipId: id,
mipPublishTime: mipDate(detail.getArticle.publish_time * 1000),
mipPic: detail.getArticle.cover_image ? detail.getArticle.cover_image.split('?')[0] : '',
mipDes: detail.getArticle.article_summary
mipDes: detail.getArticle.article_summary,
mipUrl: `https://m.yohobuy.com${req.originalUrl}`
}, data));
})().catch(next);
};
... ...
... ... @@ -47,7 +47,8 @@
line-height: 30px;
font-size: 20px;
color: #000;
font-weight: bold;
font-weight: bold;
clear: both;
}
.article-info .view-c {
color: #b0b0b0;
... ...
... ... @@ -14,7 +14,7 @@
<script type="application/ld+json">
{
"@context": "https://ziyuan.baidu.com/contexts/cambrian.jsonld",
"@id": "https://m.yohobuy.com/mip/guang/info/{{mipId}}.html",
"@id": "{{mipUrl}}",
"appid": "1583402501013173",
"title": "{{title}} | Yoho!Buy有货 | 潮流购物逛不停",
"images": [
... ...