前言:小程序分享给好友或者朋友圈仅需我们使用微信自带的API,分享到朋友圈的前提是需要我们允许分享给好友,其次才可以分享到朋友圈,功能简单话不多说直接上官方API链接和代码。
一、分享给好友
我们直接使用官方API:onShareAppMessage
onShareAppMessage: function(res) {
if (res.from === 'button') {
/ 上一篇:小程序转h5注意问题
下一篇:抖音小程序广告收益
onShareAppMessage: function(res) {
if (res.from === 'button') {
/ 上一篇:小程序转h5注意问题
下一篇:抖音小程序广告收益