|
@@ -46,7 +46,7 @@
|
|
<h4 class="client-title">产品展示</h4>
|
|
<h4 class="client-title">产品展示</h4>
|
|
<div class="product-show-container">
|
|
<div class="product-show-container">
|
|
<el-carousel :interval="4000" type="card" arrow="never">
|
|
<el-carousel :interval="4000" type="card" arrow="never">
|
|
- <el-carousel-item v-for="item in productShowCarousels">
|
|
|
|
|
|
+ <el-carousel-item v-for="(item,index) in productShowCarousels" :key="index">
|
|
<div class="product-show-carousel">
|
|
<div class="product-show-carousel">
|
|
<img :src="item.img">
|
|
<img :src="item.img">
|
|
<h5>{{item.title}}</h5>
|
|
<h5>{{item.title}}</h5>
|