Authored by yyq

Merge branch 'feature/hotEntry' into release/6.6.1

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