some pictures are not available, set the default picture, but the default picture is not displayed, there is only one placeholder.
it is not possible to change the picture, nor to write the default picture address directly, nor to write the picture address as an absolute path
related codes
< li VFF = "(item,index) in listData": key= "index" VMI if = "listData.length > 0" >
<a :href="item.url" target="_blank">
<img :src="item.file.url" alt="" width="80px" height="80px" :onerror="defaultImg" />
<div>{{item.title}}</div>
</a>
data () {
return{
defaultImg:"this.src="" + require("../../../assets/img/fuwu.jpg") +"";this.onerror=null"
}
}
url
this is the default picture you want to display