flyzto 6 달 전
부모
커밋
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);