浏览代码

fixed ask for a quote btn on pricing page

bach 3 年之前
父节点
当前提交
5e70154f7a

文件差异内容过多而无法显示
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/module-pricing.bundle.js


二进制
web/themes/custom/materiotheme/assets/dist/module-pricing.bundle.js.gz


文件差异内容过多而无法显示
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Content/Product.vue

@@ -23,7 +23,7 @@
           </button>
         </div>
       </div>
-      <div v-if="product.id == 4">
+      <div v-if="product.id == 3">
         <a href="/pricing/multijoueur" class="btn">
           {{ $t("default.Ask for a quote") }}
         </a>

部分文件因为文件数量过多而无法显示