|
@@ -18,7 +18,9 @@
|
|
|
<el-col :span="24" class="fbListCenter">
|
|
|
<el-col :span="6" class="fimage">
|
|
|
<el-col :span="24" v-for="(acm, index) in item.image" :key="index">
|
|
|
- <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
|
+ <template v-if="index === 0">
|
|
|
+ <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
|
+ </template>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="6" class="fbListCenterC">
|
|
@@ -67,7 +69,9 @@
|
|
|
<el-col :span="24" class="fbListCenter">
|
|
|
<el-col :span="6" class="fimage">
|
|
|
<el-col :span="24" v-for="(acm, index) in item.image" :key="index">
|
|
|
- <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
|
+ <template v-if="index === 0">
|
|
|
+ <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
|
+ </template>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="6" class="fbListCenterC">
|
|
@@ -113,7 +117,9 @@
|
|
|
<el-col :span="24" class="fbListCenter">
|
|
|
<el-col :span="6" class="fimage">
|
|
|
<el-col :span="24" v-for="(acm, index) in item.image" :key="index">
|
|
|
- <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
|
+ <template v-if="index === 0">
|
|
|
+ <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
|
+ </template>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="6" class="fbListCenterC">
|