wx.downloadFile({ //下载文件资源到本地,返回文件的本地临时路径
url: 'https://huijl.oss-cn-shanghai.aliyuncs.com/%E9%80%9A%E7%9F%A5%E5%8D%95.docx?Expires=2325203264&OSSAccessKeyId=LTAI5tAvmAZDS9psJGRxE1Dp&Signature=Hp%2BXY0IrI7MmfESift16xFcrdpk%3D', //网络图片路径
success: (res) => {
console.log(res, 'fdfdfdfdfdf')
var filePath = res.tempFilePath;
console.log(filePath, 9998)
wx.openDocument({
filePath: filePath,
success: function(res) {
console.log('打开文档成功')
}
})
z在安卓微信上打开闪退。。。