获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- pc端微信更新后,微信小游戏从下载的文件无法copyFile,导致图集都下载不到,手机上正常
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
2022-01-04 - 升级微信8.0.8之后小程序好友类表不现实? 报错 typeof.js not defined
小程序排行榜升级8.0.8 不现实,报错 Error:module“”@babel/runtime/helpers/typeof.js“” is not defind
2021-07-16