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