zhangzengfei
2023-04-10 69cfa80854939d9c62cf9c954dc83613710b2eae
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>