...
|
...
|
@@ -493,7 +493,6 @@ |
|
|
this.share.title = e.title
|
|
|
this.share.content = e.content
|
|
|
}
|
|
|
|
|
|
//公众号轮播图列表
|
|
|
/* this.$request('/api/gzh_banner/index').then((res)=>{
|
|
|
this.list = res.data
|
...
|
...
|
@@ -539,8 +538,9 @@ |
|
|
// desc: '抢红旗8000元购车礼包',
|
|
|
desc: this.share.content,
|
|
|
link: window.location.href.split('?')[0] +
|
|
|
'?user_id=' + this.user_id + '&id=' + this
|
|
|
.id,
|
|
|
'?user_id=' + this.user_id + '&id=' + this.id +
|
|
|
'&image=' + encodeURIComponent(this.share.img) + '&title=' + encodeURIComponent(this.share.title) +
|
|
|
'&content=' + encodeURIComponent(this.share.content),
|
|
|
// imgUrl: 'http://chemai.qiniu.brotop.cn/uploads/20220116/c5c4d30f273c1d137514e59de0a3aa6f.jpg',
|
|
|
imgUrl: this.share.img,
|
|
|
//设置成功
|
...
|
...
|
|