1.当遍历值处于元素属性中
<div v-for="item in data"> <img :src="item.images[0].imageUrl"/> //此处为特例,images为数组,取第一个元素 <p>{{item.checkName}}</p> </div>