Commit 10ddc16e by mamingqun

去掉数据检测

parent b32fc85c
...@@ -179,64 +179,64 @@ export default { ...@@ -179,64 +179,64 @@ export default {
} }
}); });
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
var shareData64onMenuShareTimeline = { // var shareData64onMenuShareTimeline = {
title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '最美万达摄影月赛·春节回家', // 分享标题
link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: _this.pictureInfo.image, // 分享图标 // imgUrl: _this.pictureInfo.image, // 分享图标
success: function () { // success: function () {
_this.jinzhidianzan = false;
}
}
wx.onMenuShareTimeline(tar.shapeShareTimeline(shareData64onMenuShareTimeline));
// 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
var shareData64onMenuShareAppMessage = {
title: '最美万达摄影月赛·春节回家', // 分享标题
// desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.$randomText(), // 分享描述
desc: _this.pictureInfo.desc, // 分享描述
link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: _this.pictureInfo.image, // 分享图标
type: '', // 分享类型,music、video或link,不填默认为link
dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
success: function () {
// 用户点击了分享后执行的回调函数
_this.jinzhidianzan = false;
}
};
wx.onMenuShareAppMessage(tar.shapeShareAppMessage(shareData64onMenuShareAppMessage));
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// wx.updateAppMessageShareData(
// {
// title: '最美万达摄影月赛·春节回家', // 分享标题
// // desc: '@'+ this.pictureInfo.nickname +', ' + _this.pictureInfo.desc, // 分享描述
// // desc: _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: _this.pictureInfo.image // 分享图标
// },
// function (res) {
// //这里是回调函数
// _this.jinzhidianzan = false; // _this.jinzhidianzan = false;
// } // }
// ); // }
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0) // wx.onMenuShareTimeline(tar.shapeShareTimeline(shareData64onMenuShareTimeline));
// wx.updateTimelineShareData(
// { // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// title: '最美万达摄影月赛·春节回家', // 分享标题 // var shareData64onMenuShareAppMessage = {
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // title: '最美万达摄影月赛·春节回家', // 分享标题
// imgUrl: _this.pictureInfo.image // 分享图标 // // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// }, // // desc: _this.$randomText(), // 分享描述
// function (res) { // desc: _this.pictureInfo.desc, // 分享描述
// //这里是回调函数 // link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: _this.pictureInfo.image, // 分享图标
// type: '', // 分享类型,music、video或link,不填默认为link
// dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
// success: function () {
// // 用户点击了分享后执行的回调函数
// _this.jinzhidianzan = false; // _this.jinzhidianzan = false;
// } // }
// ); // };
// wx.onMenuShareAppMessage(tar.shapeShareAppMessage(shareData64onMenuShareAppMessage));
// 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx.updateAppMessageShareData(
{
title: '最美万达摄影月赛·春节回家', // 分享标题
// desc: '@'+ this.pictureInfo.nickname +', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
desc: _this.pictureInfo.desc, // 分享描述
link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: _this.pictureInfo.image // 分享图标
},
function (res) {
//这里是回调函数
_this.jinzhidianzan = false;
}
);
// 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx.updateTimelineShareData(
{
title: '最美万达摄影月赛·春节回家', // 分享标题
link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: _this.pictureInfo.image // 分享图标
},
function (res) {
//这里是回调函数
_this.jinzhidianzan = false;
}
);
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({ // wx.onMenuShareTimeline({
......
...@@ -41,25 +41,25 @@ export default { ...@@ -41,25 +41,25 @@ export default {
// this.hiddenBar(); // this.hiddenBar();
}, },
mounted() { mounted() {
var tar_userinfo = localStorage.getItem('tar_userinfo'); // var tar_userinfo = localStorage.getItem('tar_userinfo');
if (tar_userinfo) { // if (tar_userinfo) {
var tar_openid = localStorage.getItem('tar-uuid-129831'); // var tar_openid = localStorage.getItem('tar-uuid-129831');
tar.init({ // tar.init({
tar_debug: !1, // tar_debug: !1,
tar_token: "3fcfe0ef160eb53266161898524e1708", // tar_token: "3fcfe0ef160eb53266161898524e1708",
tar_tid: "129831", // tar_tid: "129831",
tar_userinfo: [{ // tar_userinfo: [{
openid: tar_openid }] // openid: tar_openid }]
}) // })
} else { // } else {
tar.init({ // tar.init({
tar_debug: !1, // tar_debug: !1,
tar_token: "3fcfe0ef160eb53266161898524e1708", // tar_token: "3fcfe0ef160eb53266161898524e1708",
tar_tid: "129831", // tar_tid: "129831",
tar_scope: "snsapi_base", // tar_scope: "snsapi_base",
tar_appid: "wxfa065f3046ad9c21" // tar_appid: "wxfa065f3046ad9c21"
}) // })
} // }
}, },
methods: { methods: {
hiddenBar() { hiddenBar() {
......
...@@ -546,60 +546,60 @@ export default { ...@@ -546,60 +546,60 @@ export default {
} }
}); });
var data1 = { // var data1 = {
title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '最美万达摄影月赛·春节回家', // 分享标题
link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
success: function () { } // success: function () { }
} // }
wx.onMenuShareTimeline(tar.shapeShareTimeline(data1));
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
var data2 = {
title: '最美万达摄影月赛·春节回家', // 分享标题
desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg, // 分享图标
type: '', // 分享类型,music、video或link,不填默认为link
dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
success: function () {
// 用户点击了分享后执行的回调函数
}
}
wx.onMenuShareAppMessage(tar.shapeShareAppMessage(data2)); // wx.onMenuShareTimeline(tar.shapeShareTimeline(data1));
// // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0) // // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.updateAppMessageShareData( // var data2 = {
// { // title: '最美万达摄影月赛·春节回家', // 分享标题
// title: '最美万达摄影月赛·春节回家', // 分享标题 // desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述 // // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标 // imgUrl: api.shareImg, // 分享图标
// }, // type: '', // 分享类型,music、video或link,不填默认为link
// function (res) { // dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
// //这里是回调函数 // success: function () {
// } // // 用户点击了分享后执行的回调函数
// );
// // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData(
// {
// title: '最美万达摄影月赛·春节回家', // 分享标题
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: '' // 分享图标
// },
// function (res) {
// //这里是回调函数
// } // }
// ); // }
// wx.onMenuShareAppMessage(tar.shapeShareAppMessage(data2));
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx.updateAppMessageShareData(
{
title: '最美万达摄影月赛·春节回家', // 分享标题
desc: _this.$randomText(), // 分享描述
link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标
},
function (res) {
//这里是回调函数
}
);
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx.updateTimelineShareData(
{
title: '最美万达摄影月赛·春节回家', // 分享标题
link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: '' // 分享图标
},
function (res) {
//这里是回调函数
}
);
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({ // wx.onMenuShareTimeline({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '最美万达摄影月赛·春节回家', // 分享标题
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
// success: function () { } // success: function () { }
// }); // });
...@@ -608,7 +608,7 @@ export default { ...@@ -608,7 +608,7 @@ export default {
// wx.onMenuShareAppMessage({ // wx.onMenuShareAppMessage({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '最美万达摄影月赛·春节回家', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
// type: '', // 分享类型,music、video或link,不填默认为link // type: '', // 分享类型,music、video或link,不填默认为link
// dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空 // dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
...@@ -621,7 +621,7 @@ export default { ...@@ -621,7 +621,7 @@ export default {
// wx.onMenuShareQQ({ // wx.onMenuShareQQ({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '最美万达摄影月赛·春节回家', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接 // link: api.wrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
// success: function () { // success: function () {
// // 用户确认分享后执行的回调函数 // // 用户确认分享后执行的回调函数
...@@ -635,7 +635,7 @@ export default { ...@@ -635,7 +635,7 @@ export default {
// wx.onMenuShareWeibo({ // wx.onMenuShareWeibo({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '最美万达摄影月赛·春节回家', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接 // link: api.wrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
// success: function () { // success: function () {
// // 用户确认分享后执行的回调函数 // // 用户确认分享后执行的回调函数
...@@ -649,7 +649,7 @@ export default { ...@@ -649,7 +649,7 @@ export default {
// wx.onMenuShareQZone({ // wx.onMenuShareQZone({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '最美万达摄影月赛·春节回家', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接 // link: api.wrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
// success: function () { // success: function () {
// // 用户确认分享后执行的回调函数 // // 用户确认分享后执行的回调函数
......
...@@ -50,25 +50,25 @@ export default { ...@@ -50,25 +50,25 @@ export default {
// this.hiddenBar(); // this.hiddenBar();
}, },
mounted() { mounted() {
var tar_userinfo = localStorage.getItem('tar_userinfo'); // var tar_userinfo = localStorage.getItem('tar_userinfo');
if (tar_userinfo) { // if (tar_userinfo) {
var tar_openid = localStorage.getItem('tar-uuid-129831'); // var tar_openid = localStorage.getItem('tar-uuid-129831');
tar.init({ // tar.init({
tar_debug: !1, // tar_debug: !1,
tar_token: "3fcfe0ef160eb53266161898524e1708", // tar_token: "3fcfe0ef160eb53266161898524e1708",
tar_tid: "129831", // tar_tid: "129831",
tar_userinfo: [{ // tar_userinfo: [{
openid: tar_openid }] // openid: tar_openid }]
}) // })
} else { // } else {
tar.init({ // tar.init({
tar_debug: !1, // tar_debug: !1,
tar_token: "3fcfe0ef160eb53266161898524e1708", // tar_token: "3fcfe0ef160eb53266161898524e1708",
tar_tid: "129831", // tar_tid: "129831",
tar_scope: "snsapi_base", // tar_scope: "snsapi_base",
tar_appid: "wxfa065f3046ad9c21" // tar_appid: "wxfa065f3046ad9c21"
}) // })
} // }
}, },
methods: { methods: {
hiddenBar() { hiddenBar() {
......
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 sign in to comment