zhangzengfei
2022-12-05 c746783c4f570f9bdbe2d62b22bda22308b0dfba
src/views/index/components/rightRrid.vue
@@ -9,7 +9,7 @@
        {{ item.description }}
      </div>
      <price :priceNew="item.priceBase"></price>
      <div class="button" @click="buyProduct(item.id)">立即购买</div>
      <div class="button" @click="buyProduct(item.id)">立即安装</div>
    </div>
  </div>
</template>