作者 杨世雄

提交更新

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