ZZJ
2022-07-28 edef6ae8f59823258ce610c9074d32e698958b51
src/views/product/components/productCard.vue
@@ -26,7 +26,7 @@
    </div>
    <div class="des">{{ data.description }}</div>
    <Price :priceNew="data.priceBase"></Price>
    <div class="button" @click="buyProduct">立即购买</div>
    <div class="button" @click="buyProduct">立即安装</div>
  </div>
</template>
@@ -45,7 +45,7 @@
      this.$router.push({
        path: "/productDetail",
        query: {
          name: this.data.productName,
          id: this.data.id,
        },
      });
    },
@@ -92,12 +92,13 @@
    display: flex;
    img {
      margin: 0 10px;
      margin-left: 10px;
      width: 60px;
      height: 60px;
    }
    .right {
      margin-left: 10px;
      .name {
        margin-bottom: 10px;
        font-size: 16px;