Authored by yyq

change title

... ... @@ -211,12 +211,12 @@ const detailIndex = (req, res, next) => {
css: yield css('guang/detail.css'),
gender: gender,
localStyle: processContents.css,
title: detail.getArticle.article_title,
title: detail.getArticle.article_title + '-YOHO!BUY有货',
canonical: {
currentHref: `https://m.yohobuy.com/guang/${id}.html`
},
showAnaJson: {
title: `${detail.getArticle.article_title} | Yoho!Buy有货 | 潮流购物逛不停`,
title: `${detail.getArticle.article_title}-YOHO!BUY有货`,
publishTime: mipPublishTime,
pic: mipPic,
des: detail.getArticle.article_summary,
... ...
... ... @@ -31,7 +31,7 @@ exports.index = (req, res, next) => {
},
showAnaJson: {
url: `${req.protocol}://m.yohobuy.com${req.originalUrl}`,
title: `${miptitle} | Yoho!Buy有货 | 潮流购物逛不停`,
title: `${miptitle}-YOHO!BUY有货`,
pic: mipPic,
des: mipDes,
publishTime: ''
... ...
... ... @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<title>{{title}} | Yoho!Buy有货 | 潮流购物逛不停</title>
<title>{{title}}</title>
<link rel="stylesheet" type="text/css" href="https://mipcache.bdstatic.com/static/v1/mip.css">
{{# canonical}}
<link rel="canonical" href="{{currentHref}}"/>
... ...