|
@@ -150,7 +150,7 @@ function formmateBanner(r) {
|
|
|
}
|
|
|
|
|
|
function formmateMatch(matchList) {
|
|
|
- const isForeast = !!matchList[14].isWinner;
|
|
|
+ const isForeast = !!matchList[14].winner;
|
|
|
for (let i = 0; i < matchList.length; i++) {
|
|
|
const v = matchList[i];
|
|
|
if (v.rounds === "1/8决赛") setRow(0, v, isForeast); // 16进8
|