Commit 27a9bed2 by mamingqun

修改分享标题

parent 9f4a3577
......@@ -574,8 +574,8 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx.updateAppMessageShareData(
{
title: '最美万达摄影月赛·春节回家', // 分享标题
desc: _this.$randomText(), // 分享描述
title: _this.$randomText() , // 分享标题
desc: '最美万达摄影月赛·春节回家', // 分享描述
link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标
},
......@@ -587,7 +587,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx.updateTimelineShareData(
{
title: '最美万达摄影月赛·春节回家', // 分享标题
title: _this.$randomText(), // 分享标题
link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: '' // 分享图标
},
......
......@@ -218,8 +218,8 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx.updateAppMessageShareData(
{
title: '最美万达摄影月赛·春节回家', // 分享标题
desc: _this.$randomText(), // 分享描述
title: _this.$randomText() , // 分享标题
desc: '最美万达摄影月赛·春节回家', // 分享描述
link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标
},
......@@ -231,7 +231,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx.updateTimelineShareData(
{
title: '最美万达摄影月赛·春节回家', // 分享标题
title: _this.$randomText(), // 分享标题
link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
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