...
|
...
|
@@ -51,7 +51,13 @@ const newDetail = { |
|
|
pageHeader: headerData,
|
|
|
result: result,
|
|
|
page: 'new-detail',
|
|
|
title: result.goodsName,
|
|
|
title: result.goodsName + result.sortName + '正品 | YOHO!BUY 有货',
|
|
|
keywords: result.brandName + result.sortName + ',' + result.brandName + '官网专卖店,' +
|
|
|
result.brandName + '官方授权店,' + result.brandName + '正品,' + result.brandName + '打折,' +
|
|
|
result.brandName + '折扣店,' +
|
|
|
result.brandName + '真品,' + result.brandName + '代购',
|
|
|
description: `YOHO!BUY 有货-${result.brandName}官方授权店,${result.goodsName}图片、报价、介绍。` +
|
|
|
`YOHO!BUY 有货${result.brandName}官网专卖店提供${result.brandName}正品、${result.brandName}真品、 ${result.brandName}打折、${result.brandName}代购等。`, // eslint-disable-line
|
|
|
pageFooter: true,
|
|
|
localCss: true,
|
|
|
appPath: appPath
|
...
|
...
|
|