VM12525:1 Failed to load local image res
事情是这样的 我做一个图片上传的功能 上传之后删除图片 的时候 因为要设置添加图标和删除图标
所以setData了本地资源
但是就在开发者工具报了这个错误了 但是运行貌似正常
VM12525:1 Failed to load local image resource /pages/personal/
the server responded with a status of 500 (HTTP/1.1 500 Internal Server Error)
下面附上复现代码
this.data.uploadLists[index] = {
url: ‘’,
id: ‘’,
canDelete: false,
canUpload: true,
uploading: false,
icon: ‘/images/[email protected]’,
deleteIcon: ‘/images/[email protected]’,
percent: 0
}
this.setData({
uploadLists: this.data.uploadLists
})