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