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