logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

uniapp、Vue中 image 如何设置默认图片,图片地址加载失败(404)的话就显示默认图片

一、解决方法(在单层循环中)HTML:在image标签当中添加@error,用来监听图片地址加载失败,同时传递参数<image v-else :src="item" mode="aspectFit" @error="imgerror($event, index)"></image>JS:imgerror(e, index) {this.xiangqingUrl.splice

#uni-app#html
到底了