|
@@ -40,9 +40,12 @@ export default {
|
|
|
wxPhoneData:'',
|
|
|
wxOpendata:'',
|
|
|
isload:false,
|
|
|
+ shareID:'',
|
|
|
}
|
|
|
},
|
|
|
onLoad() {
|
|
|
+ this.shareID=this.$store.state.shareID
|
|
|
+ console.log(this.$store.state.shareID)
|
|
|
this.screenHeight = uni.getSystemInfoSync().windowHeight;
|
|
|
// console.log( this.screenHeight)
|
|
|
this.wxOpendata=uni.getStorageSync("wxOpendata");
|
|
@@ -90,6 +93,7 @@ export default {
|
|
|
sessionKey:this.wxOpendata.session_key,
|
|
|
nickName:this.wxdata.userInfo.nickName,
|
|
|
headUrl:this.wxdata.userInfo.avatarUrl,
|
|
|
+ shareID:this.shareID,
|
|
|
},).then(res => {
|
|
|
//console.log(res)
|
|
|
uni.hideLoading();
|