获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
我遇到了parameter.path should be String instead of Undefined这个错误,原因是用了es6的属性缩写,比如我传了{xxxFilePath},实际上应该传{filePath:xxxFilePath},习惯性的用了缩写把右值的变量当作了参数变量
下载遇到parameter.path should be String- 当前 Bug 的表现(可附上截图) 使用 wx.downloadFile() 函数,传入 filePath 参数的时候会报 stat:fail parameter error: parameter.path should be String instead of Undefined; 的错误。 filePath 的值是 window.wx.env.USER_DATA_PATH + "/" + "相对路径" - 预期表现 - 复现路径 - 提供一个最简复现 Demo
2020-07-23