Commit a5634f72 authored by 郑磊's avatar 郑磊

1

parent 86e0dc51
...@@ -30,9 +30,9 @@ export function oddTypeText(type: OddType) { ...@@ -30,9 +30,9 @@ export function oddTypeText(type: OddType) {
case 'win2': case 'win2':
return '客胜' return '客胜'
case 'btts_yes': case 'btts_yes':
return '双方有进球' return '有进球'
case 'btts_no': case 'btts_no':
return '双方无进球' return '无进球'
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment