手机是小米11 ,系统是昨晚刚更新的12.5,之前测试没有问题
真机控制台上会有一行报错:
log writeFile err writeFile:fail exception when quota control!
这个报错不是我认为打印的,应该是版本库自动打印的。
代码如下:
const that = this;
wx.downloadFile({
url: 'https://ysminiproguatrgdiag.blob.core.chinacloudapi.cn/crm-uat/yuesai/image/20210428/714aebcb-fbc2-400c-8b93-5975dce242f7.jpg',
success(res){
console.log('1', res)
that.setData({
aaa: res.tempFilePath
})
},
fail(err){
console.error('2', err)
}
})
log显示,下载成功,也能看到tempFilePath,但是setData之后无法显示,也无法使用,没有任何效果
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的微信号、操作时间。
待楼主反馈我也遇到这个问题了
请问解决了么?