mark
2022-09-29 7a2b07ad2b0715c6e2dffb5102cd1d1c05c28d6a
src/views/index/components/rightColumn.vue
@@ -14,7 +14,7 @@
        </li>
      </ul>
      <price :priceNew="item.priceBase"></price>
      <div class="button" @click="buyProduct(item.id)">立即购买</div>
      <div class="button" @click="buyProduct(item.id)">立即安装</div>
    </div>
  </div>
</template>