获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- createRewardedVideoAd报错
Cannot read properties of undefined (reading \'createRewardedVideoAd\') 9月19号之前线上有少量报错,20号之后出现数量就多了。新版本对于看视频接口是要加额外的保护逻辑吗
2022-09-22 - FileSystemManager真机加载代码包文件失败
-功能需求: 通过FileSystemManager接口加载代码包文件, -数据和代码 在应用根目录下有data文件夹,文件夹中有t1.txt文本文件,用下面的代码加载: const fs = wx.getFileSystemManager(); var buffer = fs.readFileSync("data/t1.txt"); console.log("Data =", typeof (buffer),"=",buffer); - 当前 Bug 的表现 开发工具中正常, iOS调试时错误日志: Error: readFileSync:fail file info not exit at readFileSync ([publib]:1:432687) at Object.e.(anonymous function) [as readFileSync] ([publib]:1:438711)
2019-03-14