收藏
回答

微信小程序的分享图片在企业微信中无法使用,提示没有权限。如何解决?

具体报错如下。在微信中能够正常分享图片,但是在企业微信中无法分享。

errMsg:"showSharelmageMenu:fail no permission"

下面是部分代码:

uni.showShareImageMenu({

path: res.tempFilePath,

success: (res) => {

donateShare(this.userInfo.openId).then((res) => {

})

},

fail: (res) => {

console.log(res)

uni.showToast({

icon:'none',

title: '分享取消',

duration:2500

})

}

})

回答关注问题邀请回答
收藏

2 个回答

  • 大熊
    大熊
    2023-07-07

    不支持

    2023-07-07
    有用 1
    回复
  • Hlxuan.
    Hlxuan.
    2023-07-07

    企业微信小程序不支持 wx.showShareImageMenu

    2023-07-07
    有用 1
    回复
登录 后发表内容