100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > 微信小程序怎样分享一个链接到朋友圈 小程序分享到朋友圈 微信小程序如何分享到朋友

微信小程序怎样分享一个链接到朋友圈 小程序分享到朋友圈 微信小程序如何分享到朋友

时间:2022-09-30 13:15:12

相关推荐

微信小程序怎样分享一个链接到朋友圈 小程序分享到朋友圈 微信小程序如何分享到朋友

-------07-07------

重磅消息重磅消息重磅消息重磅消息重磅消息重磅消息重磅消息

目前小程序已经支持分享到朋友圈,

只有安卓机好使。

测试机型:小米9 miui12 20.7.2 微信版本7.0.16

体验地址:扫码进入小程序 ---- 点击右上角三个点

技术公众号

1.先看案例

2.微信开发文档:

https://developers./miniprogram/dev/framework/open-ability/share-timeline.html

https://developers./miniprogram/dev/reference/api/Page.html#onShareTimeline

https://developers./miniprogram/dev/api/share/wx.showShareMenu.html

3.代码

//index.js//获取应用实例const app = getApp()Page({data: {},onLoad: function () {wx.showShareMenu({menus: ['shareAppMessage', 'shareTimeline'],success(res) {console.log(res)},fail(e) {console.log(e)}})},onShareAppMessage(){},onShareTimeline(){}})

4.我的微信 LJT-917

微信小程序怎样分享一个链接到朋友圈 小程序分享到朋友圈 微信小程序如何分享到朋友圈 小程序链接分享到朋友圈

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