提交 feb3fea3 编写于 作者: tao.wu's avatar tao.wu

修改参数传递优化

上级 a6ff0855
......@@ -134,20 +134,17 @@ export default {
'onMenuShareAppMessage'
]
},(wx)=>{
const title = this.shareObj.title1;
const desc = this.shareObj.title2;
const link = window.location.href;
const imgUrl = this.shareObj.shareImageUrl;
// 分享给朋友
wx.onMenuShareAppMessage({
title: this.shareObj.title1,
desc: this.shareObj.title2,
link: window.location.href,
imgUrl: this.shareObj.shareImageUrl,
title,desc,link,imgUrl
});
// 分享到朋友圈
wx.onMenuShareTimeline({
title: this.shareObj.title1,
desc: this.shareObj.title2,
link: window.location.href,
imgUrl: this.shareObj.shareImageUrl,
title,desc,link,imgUrl
});
})
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册