100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > 微信小程序分享功能(微信好友 朋友圈)

微信小程序分享功能(微信好友 朋友圈)

时间:2022-04-09 04:31:10

相关推荐

微信小程序分享功能(微信好友 朋友圈)

1.点击按钮实现分享微信好友

//html部分<button class="share_list_button" open-type="share">点击分享</button>//JS部分onLoad() {},onShareAppMessage(res) {// console.log('分享好友',res)return {title: this.brand_name,path: '/pages/index/shopDetails?id='+this.goodsId,imageUrl: this.shareImg}},

2.直接分享

onLoad() {},onShareTimeline(res) {console.log('分享朋友圈',res)return {title:'标题名字',path: '/pages/index/shopDetails?id='+this.goodsId,imageUrl: '图片地址'}},onShareAppMessage(res) {// console.log('分享好友',res)return {title: '标题名字',path: '/pages/index/shopDetails?id='+this.goodsId,imageUrl: '图片地址'}},

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。