wx.downloadFile({
url: url,
success: function(res) {
console.log(res,586)
var filePath = res.tempFilePath;
wx.openDocument({
fileType: item.oagwFj.wjgs,//是该文件的类型 doc或docx,pdf等
filePath: filePath,
success: function(res) {
console.log(item.oagwFj.wjgs,607)
console.log(res)//能够打印成功
},
fail: function(err) {
console.log(err,617)
wx.hideLoading()
that.$apply()
}
})
}
})
我也遇到这个问题,请问你现在有解决方法了吗
请卸载qq浏览器
QQ浏览器的BUG, 卸载QQ浏览器就好了。 我也发现了。
我也遇到过,解决不了 。。。