wx.getFileSystemManager().copyFile({srcPath: tempFilePath, destPath: saveFilePath,fail:function(data){ console.log(data)}})
提示错误 srcPath 是 下载文件回调提供的, destPath 是使用wx.env.USER_DATA_PATH 获取的
copyFile:fail ENOENT: no such file or directory, copyfile 'wxfile://temp\17e20fdd582_db6.png' -> 'wxfile://usr/layaairGame/temp\17e20fdd582_db6.png
提供下appid
提供一下微信PC端版本?