vue 图片加载失败,加载默认图片方法

template
 <img  :onerror="errorUserPhoto" :src="'Ecp.Picture.view.img?pictureId=' + head_pic" />
script
import userPhoto from '@/assets/images/userPhoto.jpg'
data() {
    return {
      errorUserPhoto:'this.src="' + userPhoto + '"',
    }
}

猜你喜欢

转载自blog.csdn.net/weixin_36934930/article/details/80576630
今日推荐