Commit 9414886c by 陈玉桐

fix

parent a6aa4666
......@@ -114,7 +114,7 @@ export default {
title: me.title, // 分享标题
desc: '', // 分享描述
link: _url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: me.detailImgUrl, // 分享图标
imgUrl: me.thumb, // 分享图标
success: function () {
// 设置成功
}
......@@ -123,7 +123,7 @@ export default {
wx.updateTimelineShareData({
title: me.title, // 分享标题
link: _url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: me.detailImgUrl, // 分享图标
imgUrl: me.thumb, // 分享图标
success: function () {
// 设置成功
}
......
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