...
|
...
|
@@ -62,7 +62,7 @@ const newDetail = { |
|
|
pageHeader: headerData,
|
|
|
result: result,
|
|
|
page: 'new-detail',
|
|
|
title: result.goodsName + result.sortName + '正品 | YOHO!BUY 有货',
|
|
|
title: `${result.brandName}${result.sortName}${result.goodsName}|YOHO!BUY 有货`,
|
|
|
keywords: result.brandName + result.sortName + ',' + result.brandName + '官网专卖店,' +
|
|
|
result.brandName + '官方授权店,' + result.brandName + '正品,' + result.brandName + '打折,' +
|
|
|
result.brandName + '折扣店,' +
|
...
|
...
|
|