张延森 4 年之前
父節點
當前提交
8d585931b2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/util/FootballPrice.js

+ 1
- 1
src/util/FootballPrice.js 查看文件

@@ -133,7 +133,7 @@ function GetMinAndMax (allParts, match, rq) {
133 133
 // 胜平负
134 134
 function computeWDL (part, match, rq) {
135 135
   const [x, y] = match
136
-  const { ruleCode, odds } = part.rules
136
+  const { ruleCode, odds } = part.detail
137 137
 
138 138
   switch (ruleCode) {
139 139
     case 'ft-win':