ZZJ
2022-07-29 2544bf8d85296ac4ebbcd8d197b85df6fd1891df
src/views/index/components/commendContent.vue
@@ -12,7 +12,7 @@
      <div class="title">{{ item.productName }}</div>
      <div class="des limitRow2">{{ item.description }}</div>
      <price :priceNew="item.priceBase ? item.priceBase : 0"></price>
      <div class="button" @click="buyProduct(item.id)">立即购买</div>
      <div class="button" @click="buyProduct(item.id)">立即安装</div>
    </div>
  </div>
</template>