...
|
...
|
@@ -225,8 +225,8 @@ export default { |
|
|
image: this.sizeImg(this.imageList[0].image_url,200,200),
|
|
|
url: location.href, // 分享链接
|
|
|
link: location.href, // 和url保持
|
|
|
title: this.productDetail.product_name, // 分享标题
|
|
|
text: '你可记得家里堆积的闲置物,你可知他们正在黯然神伤。让他们来闲鱼卖身吧,即可' // 分享描述
|
|
|
title: `淘口令#${this.productDetail.product_name}`, // 分享标题
|
|
|
text: '' // 分享描述
|
|
|
});
|
|
|
})
|
|
|
},
|
...
|
...
|
|