Authored by 郭成尧

detail-title

@@ -58,7 +58,7 @@ const newDetail = { @@ -58,7 +58,7 @@ const newDetail = {
58 JSON.stringify(appParams) + 58 JSON.stringify(appParams) +
59 '}'; 59 '}';
60 60
61 - let title = `${result.brandName}${result.sortName}${result.goodsName}|YOHO!BUY 有货`; 61 + let title = `${result.goodsName}_${result.brandName}${result.sortName}--YOHO!BUY 有货`;
62 let description = result.goodsName + ' 有货网仅售' + result.goodsPrice.currentPrice + '元,购买' + 62 let description = result.goodsName + ' 有货网仅售' + result.goodsPrice.currentPrice + '元,购买' +
63 result.brandName + result.sortName + ',了解' + result.brandName + result.sortName + '商品信息就上有货网!'; 63 result.brandName + result.sortName + ',了解' + result.brandName + result.sortName + '商品信息就上有货网!';
64 64