说在最前面,程序在手机端运行正常。
详细问题是:电脑端的downloadfile这行报错,文件其实是下载好了的,代码及错误信息等如下:
代码:
wx.downloadFile({
url: result.data.data.url,
success: res => {
this.setData({
toastShow: false
})
wx.openDocument({
filePath: res.tempFilePath,
showMenu: true,
fileType: 'xlsx'
})
}
})
错误信息:
network里面的需要下载的文件信息:
官方以前出过一个公告,PC端不支持打开xlsx的