src/views/index/index.vue @@ -80,7 +80,7 @@ <div class="productItem" v-for="(item, index) in productData1" :key="index" :key="index + '1'" :class="{ short: item.typeId == 4 || item.typeId == 1 }" > <productLeft :data="item"></productLeft>