微信小程序wx.downloadFile报错 no such file or directory
function down_file() {
var _this = this;
var path = wx.getStorageSync('savedFilePath')
if(path) {
console.log(path)
accessFile(path)
return
}
const downloadTask=wx