uni.saveFile({
tempFilePath:response.tempFilePath,
complete :result => {
uni.openDocument({
filePath:result.savedFilePath,
fileType:"docx",
showMenu:true,
complete: result => {
}
})
}
})
通过uni.download下载的word文件,使用openDocument的api可以打开文件 但是点击右上角的分享出现如下图的链接也无法打开
因为分享的文件地址是本地临时地址,建议你分享的时候,把地址调整成在线地址