报错信息: downloadFile:fail Error: ENOENT: no such file or directory, open
这个问题在重启开发者工具后就会解决,但是若不进行重启开发者工具发布上传发布的话,发布到线上,那么线上版本也会发生错误,这是什么情况?
wx.downloadFile({
url: url, //下载资源的地址网络
success: function (res) {
if (res.statusCode === 200) {
wx.createInnerAudioContext({
filePath: res.tempFilePath
})
}
}
})
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)