mark
2022-09-30 c3724c5d5a1f5b8feb39a7e7e35fb994dbf332f9
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>