[图片]没看到CPU
ios打开小程序提示,运行内存不足,请重新打开小程序的原因?ios打开小程序提示,运行内存不足,请重新打开小程序的原因?
2020-01-17打开代码片段需要补充APPID:wx5eea66e2a7b9409f 报错截图如下: [图片][图片]
微信小程序wx.downLoadFile不同机型进行视频下载,存在大小限制问题代码片段中点击视频下载,视频大小为10.7M,下载报错errMsg: "downloadFile:fail the maximum size of the file storage limit is exceeded" 该问题在开发者工具,真机调试,小米及iphoneXr中均有概率复现。 打开代码片段需要补充APPID:wx5eea66e2a7b9409f 错误提示截图如下: [图片] [图片]
2020-01-08[图片] [图片]
wx.downloadFile下载视频,存在手机不同下载大小限制不同的问题var link=https://video.beibeibang.com.cn/B01SW614.mp4; wxdownloadFile({ url link filePath wxenvUSER_DATA_PATH fileName .mp4 successres=>{ console.log(res) },fail:err=>{ consolelog(err.errorMsg) } }) 官方文档说明wx.downloadFile单次下载为50M,但是在ios中,高于10M无法下载,在安卓中5-8M均不能下载 errMsg: "downloadFile:fail the maximum size of the file storage limit is exceeded"
2020-01-08