4***@qq.com
4***@qq.com
  • 发布:2022-07-19 16:43
  • 更新:2024-01-10 15:46
  • 阅读:261

uniapp ios端 分享图片到飞书,显示准备数据失败,请重试

分类:uni-app
2022-07-19 16:43 负责人:无 分享
已邀请:
wooc

wooc

如果使用的 API 是 plus.share.sendWithSystem,请明确指定 type: 'image' 即可。

plus.share.sendWithSystem({  
    type: 'image',  
    pictures: this.pictures  
}, function() {  
    console.log('分享成功');  
}, function(e) {  
    console.log('分享失败:' + JSON.stringify(e));  
});

要回复问题请先登录注册