pdf地址:https://www.zxdkxl.com/data/cy/pdf/chinese_control/control.pdf
pdf直接访问能正常打开,通过以下方式打开后显示空白且没有报错,所有都显示正常,显示的下载文件只有6k,实际大小为106k,应该是downloadFile接口有问题
wx.downloadFile({
url: 'https://www.zxdkxl.com/data/cy/pdf/chinese_control/control.pdf',
success(res) {
const filePath = res.tempFilePath
wx.openDocument({
filePath,
showMenu: true,
fileType: 'pdf',
success(res) {
console.log('打开文档成功', res)
}
})
}
})
什么机型复现,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
url: 'https://www.zxdkxl.com/data/cy/pdf/chinese_control/control.pdf',
success(res) {
const filePath = res.tempFilePath
wx.openDocument({
filePath,
showMenu: true,
fileType: 'pdf',
success(res) {
console.log('打开文档成功', res)
}
})
}
})
downloadFile合法域名
试了,挺正常的,没有空白
求微信大佬帮忙看下