wx.downloadFile({
// 示例 url,并非真实存在
url: url,
success: function (res) {
const filePath = res.tempFilePath
wx.openDocument({
filePath: filePath,
fileType:'pdf',
success: function (res) {
}
})
}
})
没配置download域名
真机调试一下,看看输出了什么错误信息呢