|
@@ -84,11 +84,14 @@
|
|
|
imageUrl: '',
|
|
|
desc: '',
|
|
|
content: ''
|
|
|
- }
|
|
|
+ },
|
|
|
+ shareID:'',
|
|
|
}
|
|
|
},
|
|
|
onLoad() {
|
|
|
- this.uidStr = uni.getStorageSync("logodata").uid.replace(/\-/g, "")
|
|
|
+ this.uidStr = uni.getStorageSync("logodata").uid.replace(/\-/g, "");
|
|
|
+ this.shareID=uni.getStorageSync("logodata").uid;
|
|
|
+ console.log("shareID==="+this.shareID)
|
|
|
},
|
|
|
onShow() {
|
|
|
this.getDetailData();
|
|
@@ -97,7 +100,7 @@
|
|
|
onShareAppMessage: function() {
|
|
|
return {
|
|
|
title: '车蓝图4S店养车服务',
|
|
|
- path: 'pages/homePage/homePage?scene=' + this.uidStr,
|
|
|
+ path: 'pages/homePage/homePage?scene=' + this.shareID,
|
|
|
imageUrl: '',
|
|
|
desc: '',
|
|
|
content: ''
|