使用微信分享功能,采用微信js sdk
分享到群或者分享到个人,以及分享到朋友圈
wx.updateAppMessageShareData({
title: name, // 分享标题
desc: '分享描述', // 分享描述
link: '',//该页面的绝对路径
imgUrl: '',//图片链接采用base64或者网络路径
success: function () { }
})
wx.updateTimelineShareData({
title: name, // 分享标题
link: '',
imgUrl: '',
success: function () { }
})