Commit 01805cbb by mamingqun

修改摘要

parent a54ca9b6
...@@ -181,7 +181,7 @@ export default { ...@@ -181,7 +181,7 @@ 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 () {
...@@ -193,7 +193,7 @@ export default { ...@@ -193,7 +193,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// var shareData64onMenuShareAppMessage = { // var shareData64onMenuShareAppMessage = {
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '春节回家,拍照有奖', // 分享标题
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述 // // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// // desc: _this.$randomText(), // 分享描述 // // desc: _this.$randomText(), // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述 // desc: _this.pictureInfo.desc, // 分享描述
...@@ -240,7 +240,7 @@ export default { ...@@ -240,7 +240,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({ // wx.onMenuShareTimeline({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '春节回家,拍照有奖', // 分享标题
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: _this.pictureInfo.image, // 分享图标 // imgUrl: _this.pictureInfo.image, // 分享图标
// success: function () { // success: function () {
...@@ -250,7 +250,7 @@ export default { ...@@ -250,7 +250,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({ // wx.onMenuShareAppMessage({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '春节回家,拍照有奖', // 分享标题
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述 // // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述 // desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
...@@ -265,7 +265,7 @@ export default { ...@@ -265,7 +265,7 @@ export default {
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({ // wx.onMenuShareQQ({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '春节回家,拍照有奖', // 分享标题
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述 // // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述 // desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接 // link: this.url, // 分享链接
...@@ -282,7 +282,7 @@ export default { ...@@ -282,7 +282,7 @@ export default {
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({ // wx.onMenuShareWeibo({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '春节回家,拍照有奖', // 分享标题
// // desc: this.pictureInfo.nickname +' ' + _this.pictureInfo.desc, // 分享描述 // // desc: this.pictureInfo.nickname +' ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述 // desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接 // link: this.url, // 分享链接
...@@ -299,7 +299,7 @@ export default { ...@@ -299,7 +299,7 @@ export default {
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({ // wx.onMenuShareQZone({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '春节回家,拍照有奖', // 分享标题
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述 // // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述 // desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接 // link: this.url, // 分享链接
......
...@@ -238,7 +238,9 @@ export default { ...@@ -238,7 +238,9 @@ export default {
// }, 200); // }, 200);
}, },
activated(){ activated(){
this.getWeixinPowerShare(); setTimeout(() => {
this.getWeixinPowerShare();
}, 400);
}, },
methods: { methods: {
getUserInfo() { getUserInfo() {
...@@ -550,7 +552,7 @@ export default { ...@@ -550,7 +552,7 @@ 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 () { }
...@@ -560,7 +562,7 @@ export default { ...@@ -560,7 +562,7 @@ export default {
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// var data2 = { // var data2 = {
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
...@@ -578,7 +580,7 @@ export default { ...@@ -578,7 +580,7 @@ export default {
wx.updateAppMessageShareData( wx.updateAppMessageShareData(
{ {
title: _this.$randomText() , // 分享标题 title: _this.$randomText() , // 分享标题
desc: '最美万达摄影月赛·春节回家', // 分享描述 desc: '春节回家,拍照有奖', // 分享描述
link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标 imgUrl: api.shareImg // 分享图标
}, },
...@@ -601,7 +603,7 @@ export default { ...@@ -601,7 +603,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({ // wx.onMenuShareTimeline({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '春节回家,拍照有奖', // 分享标题
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
// success: function () { } // success: function () { }
...@@ -609,7 +611,7 @@ export default { ...@@ -609,7 +611,7 @@ export default {
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({ // wx.onMenuShareAppMessage({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
...@@ -622,7 +624,7 @@ export default { ...@@ -622,7 +624,7 @@ export default {
// // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({ // wx.onMenuShareQQ({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接 // link: api.wrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
...@@ -636,7 +638,7 @@ export default { ...@@ -636,7 +638,7 @@ export default {
// // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 // // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({ // wx.onMenuShareWeibo({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接 // link: api.wrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
...@@ -650,7 +652,7 @@ export default { ...@@ -650,7 +652,7 @@ export default {
// // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({ // wx.onMenuShareQZone({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接 // link: api.wrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
......
...@@ -196,7 +196,7 @@ export default { ...@@ -196,7 +196,7 @@ 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 () { }
...@@ -206,7 +206,7 @@ export default { ...@@ -206,7 +206,7 @@ export default {
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// var data2 = { // var data2 = {
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
...@@ -224,7 +224,7 @@ export default { ...@@ -224,7 +224,7 @@ export default {
wx.updateAppMessageShareData( wx.updateAppMessageShareData(
{ {
title: _this.$randomText() , // 分享标题 title: _this.$randomText() , // 分享标题
desc: '最美万达摄影月赛·春节回家', // 分享描述 desc: '春节回家,拍照有奖', // 分享描述
link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标 imgUrl: api.shareImg // 分享图标
}, },
...@@ -247,7 +247,7 @@ export default { ...@@ -247,7 +247,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({ // wx.onMenuShareTimeline({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '春节回家,拍照有奖', // 分享标题
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
// success: function() {} // success: function() {}
...@@ -255,7 +255,7 @@ export default { ...@@ -255,7 +255,7 @@ export default {
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({ // wx.onMenuShareAppMessage({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
...@@ -268,7 +268,7 @@ export default { ...@@ -268,7 +268,7 @@ export default {
// // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({ // wx.onMenuShareQQ({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接 // link: api.wrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
...@@ -282,7 +282,7 @@ export default { ...@@ -282,7 +282,7 @@ export default {
// // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 // // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({ // wx.onMenuShareWeibo({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接 // link: api.wrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
...@@ -296,7 +296,7 @@ export default { ...@@ -296,7 +296,7 @@ export default {
// // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({ // wx.onMenuShareQZone({
// title: '最美万达摄影月赛·春节回家', // 分享标题 // title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接 // link: api.wrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
......
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