作者 杨世雄

提交更新

{
"name" : "car_draw",
"appid" : "__UNI__224076A",
"appid" : "__UNI__7762785",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
... ... @@ -79,6 +79,7 @@
}
},
"title" : "同放汽车互联网4S店",
"template" : "index.html"
"template" : "index.html",
"domain" : "https://h5.goorcar.com"
}
}
... ...
... ... @@ -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,
//设置成功
... ...