uni.shareWithSystem分享是否需要请求额外的应用权限才能完成分享功能?
uni.shareWithSystem({
type: 'image',
imageUrl: downLoadImagePath, // 本地图片地址
success: (res) => {
console.log(res)
},
fail: (err) => {
onsole.log(err)
}
})
1 个回复
蔡cai
https://ext.dcloud.net.cn/search?q=%E5%88%86%E4%BA%AB&orderBy=Relevance&uni-appx=1