flyzto hace 6 meses
padre
commit
dc576dd462
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/apps/web-antd/src/views/match/solutions/index.vue

+ 1 - 1
web/apps/web-antd/src/views/match/solutions/index.vue

@@ -15,7 +15,7 @@ const totalProfit = ref({});
 
 const psOptions = reactive({
   bet: 10000,
-  rebate: 12,
+  rebate: 0,
 });
 
 const totalProfitVisible = ref(false);