小程序分享朋友圈wx.showShareImageMenu

wx.showShareImageMenu(Object object)

参数

Object object

属性类型默认值必填说明
pathstring要分享的图片地址,必须为本地路径或临时路径
successfunction接口调用成功的回调函数
failfunction接口调用失败的回调函数
completefunction接口调用结束的回调函数(调用成功、失败都会执行)

示例代码

 wx.downloadFile({
   url: 'https://res.wx.qq.com/wxdoc/dist/assets/img/demo.ef5c5bef.jpg',
   success: (res) => {
     wx.showShareImageMenu({
       path: res.tempFilePath
     })
   }
 })

分类小程序页面转发相关推荐:

小程序更新转发属性wx.updateShareMenu 小程序显示当前页面的转发按钮wx.showShareMenu 小程序分享朋友圈wx.showShareImageMenu 小程序分享视频wx.shareVideoMessage 小程序分享转发文件wx.shareFileMessage 小程序复制链接wx.onCopyUrl 小程序取消复制链接监听wx.offCopyUrl 小程序隐藏分享转发按钮wx.hideShareMenu 小程序获取转发详细信息wx.getShareInfo 小程序验证私密消息wx.authPrivateMessage 无标题文章