ZZJ
2022-04-12 994e5e08cba4e6b9ce321b7cf5cb1ec8d19dfa22
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>