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);