Commit 6b7c0e60 authored by zhangyanni's avatar zhangyanni

分享

parent a26c6713
......@@ -272,6 +272,7 @@
});
let dataVal;
let topicUrl = this.eventListShareOther?(document.location.origin+'/topicDetails?id='+this.detailInfo.topicId):document.location.href;
if(this.detailInfo){
if(this.pageType==1){
......@@ -368,7 +369,7 @@
desc: that.detailInfo.topicDescription, // 分享描述
link: document.location.href+"&rDeviceId="+that.publicFun.getCookie("getGuid32")+"&rEmpId="+(that.userInfo?that.userInfo.empId:undefined)+"&rTargetType=1", // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link: topicUrl+"&rDeviceId="+that.publicFun.getCookie("getGuid32")+"&rEmpId="+(that.userInfo?that.userInfo.empId:undefined)+"&rTargetType=1", // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: that.detailInfo.topicCover, // 分享图标
......
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