Commit a9b21d67 authored by zhangyanni's avatar zhangyanni

分享

parent 15110286
......@@ -320,7 +320,7 @@
link: document.location.href+"&rDeviceId="+that.publicFun.getCookie("getGuid32")+"&rEmpId="+(that.userInfo?that.userInfo.empId:undefined)+"&rTargetType=1", // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: this.documentFront+"/public/articleShareLogo401.png", // 分享图标
imgUrl: this.documentFront+"/public/articleShareIcon.jpg", // 分享图标
type: '', // 分享类型,music、video或link,不填默认为link
......
......@@ -390,7 +390,7 @@
this.configVal = {
title: this.articleInfo.contentTitle,
desc: this.articleInfo.contentValidity,
img: this.frontImgUrl+"/public/articleShareLogo401.png",
img: this.frontImgUrl+"/public/articleShareIcon.jpg",
link: document.location.href+"&rDeviceId="+this.publicFun.getCookie("getGuid32")+"&rEmpId="+(this.userInfo?this.userInfo.empId:undefined)+"&rTargetType="
}
if(Object.keys(this.configVal).length!=0){
......@@ -872,7 +872,7 @@
link: document.location.href+"&rDeviceId="+that.publicFun.getCookie("getGuid32")+"&rEmpId="+(that.userInfo?that.userInfo.empId:undefined)+"&rTargetType=1", // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl:this.frontImgUrl+"/public/articleShareLogo401.png", // 分享图标
imgUrl:this.frontImgUrl+"/public/articleShareIcon.jpg", // 分享图标
success: function () {
......
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