小程序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)