收藏
回答

文档能不能详细点,嗯?多写点会死人吗?

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug wx.miniapp.shareImageMessage 微信iOS客户端 8.0.52 3.2.5

https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/miniapp/api/miniapp/shareImageMessage.htmlhttps://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/share/private-message.html

imageClick(e) {
      wx.miniapp.shareImageMessage({
        imagePath: '存储图片的本地路径',
        thumbPath: '存储图片的本地路径',
        scene: 0, 
        success(res) {
          wx.showToast({
            title: '成功:分享图片',
          })
        },
        fail() {
          wx.showToast({
            title: '失败:分享图片',
          })
        }
      })
    }

需要open能力?能不能把这个写详细一点。完整代码太多了,就不贴出来了,我直接添加了点击事件,开发者工具报错

MiniProgramError
undefined is not an object (evaluating 'wx.miniapp.shareImageMessage')
TypeError: undefined is not an object (evaluating 'wx.miniapp.shareImageMessage')
@https://usr//pages/CustomComponents/bill_image/bill_image.appservice.js:2:2315
@[native code]
h@https://lib/WAServiceMainContext.js:1:41733
imageClick@[native code]
imageClick@https://usr//pages/CustomComponents/bill_image/bill_image.appservice.js:2:2892
@https://lib/WASubContext.js:1:193687
@https://lib/WASubContext.js:1:392726
pe@https://lib/WASubContext.js:1:282486
de@https://lib/WASubContext.js:1:282379
@https://lib/WASubContext.js:1:283060
@https://lib/WAServiceMainContext.js:1:932431
emit@https://lib/WAServiceMainContext.js:1:339104
emit@[native code]
dispatch@https://lib/WAServiceMainContext.js:1:350899
cb@https://lib/WAServiceMainContext.js:1:351440
cb@[native code]
emit@https://lib/WAServiceMainContext.js:1:338476
subscribeHandler@https://lib/WAServiceMainContext.js:1:346736
@[native code]
global code@

是什么原因呢?去哪里可以设置呢?没有文档吗?让开发者去猜吗?

最后一次编辑于  01-06
回答关注问题邀请回答
收藏

3 个回答

  • 多端移动应用小助手
    多端移动应用小助手
    01-07

    wx.miniapp.shareImageMessage 多端应用api,小程序不能用哈。

    01-07
    有用
    回复
  • Mr.Zhao
    Mr.Zhao
    01-06

    你提问的时候不也一样,多写点能死啊


    wx.miniapp.shareImageMessage 多端应用api,小程序不能用

    01-06
    有用 4
    回复
  • 肖荣豪
    肖荣豪
    01-06

    01-06
    有用
    回复
登录 后发表内容