Commit 1b1c4a8d authored by zhangyanni's avatar zhangyanni

文案

parent ebfd800a
......@@ -204,7 +204,7 @@
this.shareFunc(1);
} else {
let shareData = { //nativeShare的参数模型
title: "怎样把握科创风口,还能赢取现金奖励",//that.subjectInfo.subjectTitle
title: "怎样把握科创风口,还能赢取现金奖励",//that.subjectInfo.subjectTitle
desc:"科创竞猜来袭,涉及经济、创新指数、大赛、股价、新品发布等。来看看你的预测能力!",//that.subjectInfo.subjectTitle
// 如果是微信该link的域名必须要在微信后台配置的安全域名之内的。
link: urlData,
......@@ -218,7 +218,7 @@
}
}
let mShareData = { //m-share的参数模型
title: "怎样把握科创风口,还能赢取现金奖励",//that.subjectInfo.subjectTitle
title: "怎样把握科创风口,还能赢取现金奖励",//that.subjectInfo.subjectTitle
desc: "科创竞猜来袭,涉及经济、创新指数、大赛、股价、新品发布等。来看看你的预测能力!",//that.subjectInfo.subjectTitle
// 如果是微信该link的域名必须要在微信后台配置的安全域名之内的。
link: urlData,
......@@ -270,7 +270,7 @@
var userAgent = navigator.userAgent, shareUrl;
var isMini = /miniProgram/i.test(userAgent);
var urlData = document.location.href + "?rDeviceId=" + this.publicFun.getCookie("getGuid32") + "&rEmpId=" + (this.userInfo ? this.userInfo.empId : undefined) + "&rTargetType=1",
title = "怎样把握科创风口,还能赢取现金奖励";
title = "怎样把握科创风口,还能赢取现金奖励";
if (isMini) {
that.dialogVisible = true;
let dataVal = {
......@@ -332,7 +332,7 @@
let dataVal,
urlData = document.location.href + "?rDeviceId=" + this.publicFun.getCookie("getGuid32") + "&rEmpId=" + (this.userInfo ? this.userInfo.empId : undefined) + "&rTargetType=1",
title ="怎样把握科创风口,还能赢取现金奖励";
title ="怎样把握科创风口,还能赢取现金奖励";
if (this.documentFront) {
dataVal = {
......
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