获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
把fileType参数加上就OK了,感觉是必填项
小程序wx.openDocument报不支持的失败文件类型错[代码]wx.downloadFile({ url: 'http://example.com/somefile.pdf', success: function (res) { var filePath = res.tempFilePath wx.openDocument({ filePath: filePath, success: function (res) { console.log('打开文档成功') } }) } })[代码]wx.downloadFile是成功了的filePath 也有值,但是到wx.openDocument就报错、到fail里面去了: wx.openDocument:fail file type not supported 2003 我也是IOS可以,安卓就报这个错 之前就有一个和我一样问题的帖子,但是官方怎么不回答啊???? (System:Android 7.0,WeChat 6.6.7.1321)
2019-02-12