wx.downloadFile({
// 示例 url,并非真实存在
url: 'https://www.ixxxx.com:8088/autogen/fileupload/onefile?filename=20240119/xxxxxxxxx.doc',
success: function (res) {
const filePath = res.tempFilePath
wx.openDocument({
filePath: filePath,
success: function (res) {
console.log('打开文档成功')
}
})
}
})
能够打开,但是使用的第三方工具打开的,体验很不好,比如在开发工具里就有调用的word
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
就是这样的。
无法改变。
真机上看看呢?真机上是在微信内打开的,不会跳转到第三方App。