fail(res){ console.log(res) } 不会被执行, 日志会打印打开文档成功。 同时,QQ浏览器提示无法打开, 此时在QQ浏览器点使用其它应用打开,选择WPS,WPS会提示文件不存在
wx.openDocument- 当前 Bug 的表现(可附上截图) 当安装QQ浏览器时,在小程序重复查看同一文件,并使用QQ浏览器查看文件, 第一次会成功, 后面几次均会失败。 - 预期表现 均成功 - 复现路径 - 提供一个最简复现 Demo
2018-12-07QQ浏览器的BUG, 卸载QQ浏览器就好了。 我也发现了。
安卓手机 wx.opendocument下 doc文件有时能打开 有时打不开[图片] 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() } }) } })
2018-12-07