flyzto 6 месяцев назад
Родитель
Сommit
dc576dd462
1 измененных файлов с 1 добавлено и 1 удалено
  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);