zhangzengfei
2022-12-07 0dbf19e9f92f5cb1d5ca9a06fd268d3b16e466e3
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>