使用云存储的文件ID以及临时URL均无法显示图片?前几天还能正常显示
求助各位大佬,真的给跪了,毕设快要上交的时候出错,调试了一整天都解决不了 报错: [渲染层网络层错误] Failed to load image https://636c-cloud1-8g60d6br8c74ca55-1347170800.tcb.qcloud.la/mood/angry.png the server responded with a status of 418 (HTTP/1.1 418) From server 36.249.92.116(env: Windows,mp,1.06.2412050; lib: 3.7.10) 代码: //.wxml <view> <image src="cloud://cloud1-8g60d6br8c74ca55.636c-cloud1-8g60d6br8c74ca55-1347170800/mood/angry.png" /> <image src="{{imgData}}" /> </view> // .js文件 onLoad(options) { wx.cloud.getTempFileURL({ fileList: ['cloud://cloud1-8g60d6br8c74ca55.636c-cloud1-8g60d6br8c74ca55-1347170800/mood/angry.png'], success: res => { console.log(res.fileList[0].tempFileURL) this.setData({ imgData:res.fileList[0].tempFileURL }) }, fail: console.error }) }, [图片] [图片] [图片]