zhangzengfei
2022-08-23 e37e45cfe1123928dba5d9c5a427b0ee497b7ad6
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>