张延森 пре 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':