Commit 7b9a5314 by mamingqun

修改分享语 修改分享图标

parent dd69eb25
...@@ -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, // 分享描述
...@@ -212,7 +212,7 @@ export default { ...@@ -212,7 +212,7 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0) // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// wx.updateAppMessageShareData( // wx.updateAppMessageShareData(
// { // {
// title: '云上丹寨 摄影月赛', // 分享标题 // title: '最美万达摄影大赛·回家', // 分享标题
// // desc: '@'+ this.pictureInfo.nickname +', ' + _this.pictureInfo.desc, // 分享描述 // // desc: '@'+ this.pictureInfo.nickname +', ' + _this.pictureInfo.desc, // 分享描述
// // desc: _this.pictureInfo.desc, // 分享描述 // // desc: _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述 // desc: _this.pictureInfo.desc, // 分享描述
...@@ -228,7 +228,7 @@ export default { ...@@ -228,7 +228,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0) // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData( // wx.updateTimelineShareData(
// { // {
// title: '云上丹寨 摄影月赛', // 分享标题 // title: '最美万达摄影大赛·回家', // 分享标题
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: _this.pictureInfo.image // 分享图标 // imgUrl: _this.pictureInfo.image // 分享图标
// }, // },
...@@ -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, // 分享链接
......
...@@ -117,13 +117,13 @@ ...@@ -117,13 +117,13 @@
<div class="mohu"></div> <div class="mohu"></div>
<div class="newContant"> <div class="newContant">
<div class="newWrap"> <div class="newWrap">
<div class="title">云上丹寨 摄影月赛</div> <div class="title">最美万达摄影大赛·回家</div>
<p <p
class="marginBottom20" class="marginBottom20"
>照片是生活的记录者。按下快门,就能够将生活的瞬间永久定格。即便未来斗转星移,镜头记录下的偶然也终将成为永恒。</p> >照片是生活的记录者。按下快门,就能够将生活的瞬间永久定格。即便未来斗转星移,镜头记录下的偶然也终将成为永恒。</p>
<p <p
class="marginBottom20" class="marginBottom20"
>拍下生活中与万达有关的瞬间,记录一段美好的故事!云上丹寨 摄影月赛正式起航,让我们一起祝福万达30岁生日快乐!</p> >拍下生活中与万达有关的瞬间,记录一段美好的故事!最美万达摄影大赛·回家正式起航,让我们一起祝福万达30岁生日快乐!</p>
<p class="marginBottom20">参赛规则: <p class="marginBottom20">参赛规则:
<br>一、所有参赛作品须围绕“一个瞬间,一段故事”的创作主题,拍摄范围为国内外万达旗下影院、广场、度假区、旅游城等,以及和万达有关的慈善、体育、文化活动等;与主题无关的作品将视为无效参赛。 <br>一、所有参赛作品须围绕“一个瞬间,一段故事”的创作主题,拍摄范围为国内外万达旗下影院、广场、度假区、旅游城等,以及和万达有关的慈善、体育、文化活动等;与主题无关的作品将视为无效参赛。
<br>二、不限拍摄器材,相机、手机、航拍类相机,及各类辅助摄影设备均可,参赛作品需原创。 <br>二、不限拍摄器材,相机、手机、航拍类相机,及各类辅助摄影设备均可,参赛作品需原创。
...@@ -586,7 +586,7 @@ export default { ...@@ -586,7 +586,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 () { }
...@@ -596,7 +596,7 @@ export default { ...@@ -596,7 +596,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安全域名一致
...@@ -613,7 +613,7 @@ export default { ...@@ -613,7 +613,7 @@ export default {
// // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0) // // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// wx.updateAppMessageShareData( // wx.updateAppMessageShareData(
// { // {
// title: '云上丹寨 摄影月赛', // 分享标题 // title: '最美万达摄影大赛·回家', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标 // imgUrl: api.shareImg // 分享图标
...@@ -626,7 +626,7 @@ export default { ...@@ -626,7 +626,7 @@ export default {
// // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0) // // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData( // wx.updateTimelineShareData(
// { // {
// title: '云上丹寨 摄影月赛', // 分享标题 // title: '最美万达摄影大赛·回家', // 分享标题
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: '' // 分享图标 // imgUrl: '' // 分享图标
// }, // },
...@@ -637,7 +637,7 @@ export default { ...@@ -637,7 +637,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({ // wx.onMenuShareTimeline({
// title: '云上丹寨 摄影月赛', // 分享标题 // title: '最美万达摄影大赛·回家', // 分享标题
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
// success: function () { } // success: function () { }
...@@ -645,7 +645,7 @@ export default { ...@@ -645,7 +645,7 @@ export default {
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({ // wx.onMenuShareAppMessage({
// title: '云上丹寨 摄影月赛', // 分享标题 // title: '最美万达摄影大赛·回家', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
...@@ -658,7 +658,7 @@ export default { ...@@ -658,7 +658,7 @@ export default {
// // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({ // wx.onMenuShareQQ({
// title: '云上丹寨 摄影月赛', // 分享标题 // title: '最美万达摄影大赛·回家', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接 // link: location.href, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
...@@ -672,7 +672,7 @@ export default { ...@@ -672,7 +672,7 @@ export default {
// // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 // // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({ // wx.onMenuShareWeibo({
// title: '云上丹寨 摄影月赛', // 分享标题 // title: '最美万达摄影大赛·回家', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接 // link: location.href, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
...@@ -686,7 +686,7 @@ export default { ...@@ -686,7 +686,7 @@ export default {
// // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({ // wx.onMenuShareQZone({
// title: '云上丹寨 摄影月赛', // 分享标题 // title: '最美万达摄影大赛·回家', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接 // link: location.href, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
......
...@@ -89,22 +89,22 @@ Vue.prototype.$randomText = function () { ...@@ -89,22 +89,22 @@ Vue.prototype.$randomText = function () {
var str = null; var str = null;
switch (num) { switch (num) {
case 2: case 2:
str = '每月评奖,金奖1万元!'; str = '归路慢慢 摄影金奖来陪伴';
break; break;
case 3: case 3:
str = '每月评奖,金奖1万元!'; str = '归路慢慢 摄影金奖来陪伴';
break; break;
case 7: case 7:
str = '每月评奖,金奖1万元!'; str = '归路慢慢 摄影金奖来陪伴';
break; break;
case 10: case 10:
str = '每月评奖,金奖1万元!'; str = '归路慢慢 摄影金奖来陪伴';
break; break;
case 11: case 11:
str = '每月评奖,金奖1万元!'; str = '归路慢慢 摄影金奖来陪伴';
break; break;
default: default:
str = '每月评奖,金奖1万元!'; str = '归路慢慢 摄影金奖来陪伴';
break; break;
} }
......
...@@ -122,7 +122,7 @@ export default { ...@@ -122,7 +122,7 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0) // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx.updateAppMessageShareData( wx.updateAppMessageShareData(
{ {
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标 imgUrl: api.shareImg // 分享图标
...@@ -135,7 +135,7 @@ export default { ...@@ -135,7 +135,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0) // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx.updateTimelineShareData( wx.updateTimelineShareData(
{ {
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标 imgUrl: api.shareImg // 分享图标
}, },
...@@ -146,7 +146,7 @@ export default { ...@@ -146,7 +146,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareTimeline({ wx.onMenuShareTimeline({
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
success: function () { } success: function () { }
...@@ -154,7 +154,7 @@ export default { ...@@ -154,7 +154,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareAppMessage({ wx.onMenuShareAppMessage({
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
...@@ -167,7 +167,7 @@ export default { ...@@ -167,7 +167,7 @@ export default {
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareQQ({ wx.onMenuShareQQ({
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接 link: api.indexHref, // 分享链接
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
...@@ -181,7 +181,7 @@ export default { ...@@ -181,7 +181,7 @@ export default {
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
wx.onMenuShareWeibo({ wx.onMenuShareWeibo({
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接 link: api.indexHref, // 分享链接
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
...@@ -195,7 +195,7 @@ export default { ...@@ -195,7 +195,7 @@ export default {
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareQZone({ wx.onMenuShareQZone({
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接 link: api.indexHref, // 分享链接
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
......
...@@ -191,7 +191,7 @@ export default { ...@@ -191,7 +191,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 () { }
...@@ -201,7 +201,7 @@ export default { ...@@ -201,7 +201,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安全域名一致
...@@ -218,7 +218,7 @@ export default { ...@@ -218,7 +218,7 @@ export default {
// // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0) // // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// wx.updateAppMessageShareData( // wx.updateAppMessageShareData(
// { // {
// title: '云上丹寨 摄影月赛', // 分享标题 // title: '最美万达摄影大赛·回家', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标 // imgUrl: api.shareImg // 分享图标
...@@ -231,7 +231,7 @@ export default { ...@@ -231,7 +231,7 @@ export default {
// // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0) // // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData( // wx.updateTimelineShareData(
// { // {
// title: '云上丹寨 摄影月赛', // 分享标题 // title: '最美万达摄影大赛·回家', // 分享标题
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标 // imgUrl: api.shareImg // 分享图标
// }, // },
...@@ -242,7 +242,7 @@ export default { ...@@ -242,7 +242,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({ // wx.onMenuShareTimeline({
// title: '云上丹寨 摄影月赛', // 分享标题 // title: '最美万达摄影大赛·回家', // 分享标题
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
// success: function() {} // success: function() {}
...@@ -250,7 +250,7 @@ export default { ...@@ -250,7 +250,7 @@ export default {
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({ // wx.onMenuShareAppMessage({
// title: '云上丹寨 摄影月赛', // 分享标题 // title: '最美万达摄影大赛·回家', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 // link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
...@@ -263,7 +263,7 @@ export default { ...@@ -263,7 +263,7 @@ export default {
// // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({ // wx.onMenuShareQQ({
// title: '云上丹寨 摄影月赛', // 分享标题 // title: '最美万达摄影大赛·回家', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接 // link: api.indexHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
...@@ -277,7 +277,7 @@ export default { ...@@ -277,7 +277,7 @@ export default {
// // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 // // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({ // wx.onMenuShareWeibo({
// title: '云上丹寨 摄影月赛', // 分享标题 // title: '最美万达摄影大赛·回家', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接 // link: api.indexHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
...@@ -291,7 +291,7 @@ export default { ...@@ -291,7 +291,7 @@ export default {
// // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃) // // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({ // wx.onMenuShareQZone({
// title: '云上丹寨 摄影月赛', // 分享标题 // title: '最美万达摄影大赛·回家', // 分享标题
// desc: _this.$randomText(), // 分享描述 // desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接 // link: api.indexHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标 // imgUrl: api.shareImg, // 分享图标
......
<template> <template>
...@@ -187,7 +187,7 @@ export default { ...@@ -187,7 +187,7 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0) // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx.updateAppMessageShareData( wx.updateAppMessageShareData(
{ {
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标 imgUrl: api.shareImg // 分享图标
...@@ -200,7 +200,7 @@ export default { ...@@ -200,7 +200,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0) // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx.updateTimelineShareData( wx.updateTimelineShareData(
{ {
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标 imgUrl: api.shareImg // 分享图标
}, },
...@@ -211,7 +211,7 @@ export default { ...@@ -211,7 +211,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareTimeline({ wx.onMenuShareTimeline({
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
success: function() {} success: function() {}
...@@ -219,7 +219,7 @@ export default { ...@@ -219,7 +219,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareAppMessage({ wx.onMenuShareAppMessage({
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
...@@ -232,7 +232,7 @@ export default { ...@@ -232,7 +232,7 @@ export default {
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareQQ({ wx.onMenuShareQQ({
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接 link: api.indexHref, // 分享链接
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
...@@ -246,7 +246,7 @@ export default { ...@@ -246,7 +246,7 @@ export default {
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
wx.onMenuShareWeibo({ wx.onMenuShareWeibo({
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接 link: api.indexHref, // 分享链接
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
...@@ -260,7 +260,7 @@ export default { ...@@ -260,7 +260,7 @@ export default {
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareQZone({ wx.onMenuShareQZone({
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接 link: api.indexHref, // 分享链接
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
......
<template> <template>
...@@ -190,7 +190,7 @@ export default { ...@@ -190,7 +190,7 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0) // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx.updateAppMessageShareData( wx.updateAppMessageShareData(
{ {
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标 imgUrl: api.shareImg // 分享图标
...@@ -203,7 +203,7 @@ export default { ...@@ -203,7 +203,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0) // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx.updateTimelineShareData( wx.updateTimelineShareData(
{ {
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标 imgUrl: api.shareImg // 分享图标
}, },
...@@ -214,7 +214,7 @@ export default { ...@@ -214,7 +214,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃) // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareTimeline({ wx.onMenuShareTimeline({
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
success: function() {} success: function() {}
...@@ -222,7 +222,7 @@ export default { ...@@ -222,7 +222,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareAppMessage({ wx.onMenuShareAppMessage({
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
...@@ -235,7 +235,7 @@ export default { ...@@ -235,7 +235,7 @@ export default {
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareQQ({ wx.onMenuShareQQ({
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接 link: api.indexHref, // 分享链接
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
...@@ -249,7 +249,7 @@ export default { ...@@ -249,7 +249,7 @@ export default {
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
wx.onMenuShareWeibo({ wx.onMenuShareWeibo({
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接 link: api.indexHref, // 分享链接
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
...@@ -263,7 +263,7 @@ export default { ...@@ -263,7 +263,7 @@ export default {
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃) // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
wx.onMenuShareQZone({ wx.onMenuShareQZone({
title: '云上丹寨 摄影月赛', // 分享标题 title: '最美万达摄影大赛·回家', // 分享标题
desc: _this.$randomText(), // 分享描述 desc: _this.$randomText(), // 分享描述
link: api.indexHref, // 分享链接 link: api.indexHref, // 分享链接
imgUrl: api.shareImg, // 分享图标 imgUrl: api.shareImg, // 分享图标
......
...@@ -74,22 +74,22 @@ Vue.prototype.$randomText = function() { ...@@ -74,22 +74,22 @@ Vue.prototype.$randomText = function() {
var str = null; var str = null;
switch (num) { switch (num) {
case 2: case 2:
str = '每月评奖,金奖1万元!'; str = '归路慢慢 摄影金奖来陪伴';
break; break;
case 3: case 3:
str = '每月评奖,金奖1万元!'; str = '归路慢慢 摄影金奖来陪伴';
break; break;
case 7: case 7:
str = '每月评奖,金奖1万元!'; str = '归路慢慢 摄影金奖来陪伴';
break; break;
case 10: case 10:
str = '每月评奖,金奖1万元!'; str = '归路慢慢 摄影金奖来陪伴';
break; break;
case 11: case 11:
str = '每月评奖,金奖1万元!'; str = '归路慢慢 摄影金奖来陪伴';
break; break;
default: default:
str = '每月评奖,金奖1万元!'; str = '归路慢慢 摄影金奖来陪伴';
break; break;
} }
......

27.7 KB | W: | H:

91.3 KB | W: | H:

static/share.jpg
static/share.jpg
static/share.jpg
static/share.jpg
  • 2-up
  • Swipe
  • Onion skin
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