本文主要是介绍uniapp微信小程序分享给朋友或者分享朋友圈,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
methods:{// 分享到朋友圈onShareTimeline: function(res) {return {title: "彩云驿",imageUrl: "http://121.40.40.95:8183/static/img/logoF.4aa4b748.png"};},// 首页 分享 可以分享整个小程序onShareAppMessage() {return {title: '彩云驿',imageUrl: 'http://121.40.40.95:8183/static/img/logoF.4aa4b748.png',success() {console.log('分享成功');},fail(err) {console.error('分享失败', err);}};},// 收藏onAddToFavorites: function(res) {return {title: "彩云驿",imageUrl: "http://121.40.40.95:8183/static/img/logoF.4aa4b748.png"};},
}
这篇关于uniapp微信小程序分享给朋友或者分享朋友圈的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!