heyujie
2022-05-05 57ca00b1cdb99c47ffb89e2d1f388bed082aabbb
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>