开发者工具中使用 wx.showShareImageMenu 不能使用缓存路径
previewImgShare(e) {
const that = this,
{
previewImgSrc
} = that.data
wx.showShareImageMenu({
path: previewImgSrc,
fail(e){
console.log(previewImgSrc,e);
}
})
}
另一个没人理的bug:https://developers.weixin.qq.com/community/develop/doc/000aee920e0980e3ad4cc366a5b800
请问你解决了吗?我也遇到这样的问题了