张延森 il y a 4 ans
Parent
révision
8d585931b2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/util/FootballPrice.js

+ 1
- 1
src/util/FootballPrice.js Voir le fichier

@@ -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':