<img v-if="currentItem.picArr[0] != ''" :src="item | transferPic" class="showImg" @click="showLargeImg(item | transferPic)"/>
如上,我要把item 筛选后的值作为参数传入click方法,要怎么写方便
相关分类