Commit 6c7dcbc9 authored by zhangyanni's avatar zhangyanni

提交分享

parent c8f8c23f
......@@ -188,7 +188,7 @@
imageUrl:that.subjectInfo.subjectCover,
bgUrl:that.subjectInfo.subjectCover,
isShare:data.m_share=='wx'?1:2,
path: '/pages/sharepage/sharepage?shareUrl=' + JSON.stringify({url: encodeURIComponent(urlData+"&rDeviceId="+that.publicFun.getCookie("getGuid32")+"&rEmpId="+(that.userInfo?that.userInfo.empId:undefined)+"&rTargetType=1")}) //重点,share.js是小程序的页面中,从分享进入的h5的落地页
path: '/pages/sharepage/sharepage?shareUrl=' + JSON.stringify({url: encodeURIComponent(document.location.href+"&rDeviceId="+that.publicFun.getCookie("getGuid32")+"&rEmpId="+(that.userInfo?that.userInfo.empId:undefined)+"&rTargetType=1")}) //重点,share.js是小程序的页面中,从分享进入的h5的落地页
};
}else{
dataVal = {
......@@ -197,7 +197,7 @@
imageUrl:that.detailInfo.coverUrl,
bgUrl:that.detailInfo.coverUrl,
isShare:data.m_share=='wx'?1:2,
path: '/pages/sharepage/sharepage?shareUrl=' + JSON.stringify({url: encodeURIComponent(document.location.href+"&rDeviceId="+that.publicFun.getCookie("getGuid32")+"&rEmpId="+(that.userInfo?that.userInfo.empId:undefined)+"&rTargetType=1")}) //重点,share.js是小程序的页面中,从分享进入的h5的落地页
path: '/pages/sharepage/sharepage?shareUrl=' + JSON.stringify({url: encodeURIComponent(urlData+"&rDeviceId="+that.publicFun.getCookie("getGuid32")+"&rEmpId="+(that.userInfo?that.userInfo.empId:undefined)+"&rTargetType=1")}) //重点,share.js是小程序的页面中,从分享进入的h5的落地页
};
}
wx.miniProgram.postMessage({
......
......@@ -484,7 +484,7 @@
//分享
handleShare(item){
let that = this;
this.isActivityList=true;
this.isActivityList=false;
this.currentData = item;
if(this.currentData){
var url = document.location.href.split("#/")[0]+"#/secondStageDetail?subId="+that.currentData.id+"&proId="+that.currentData.projectId+"&activityId="+that.$route.query.id+"&stage="+this.$route.query.stage;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment