diff --git a/script.js b/script.js index 08c091ad..e384d0b5 100644 --- a/script.js +++ b/script.js @@ -2826,7 +2826,7 @@ function refreshTeamAwokenCount(awokenDom, team) { let totalNum = 0; //搜索等效觉醒 const equivalentAwoken = equivalent_awoken.find(eak => eak.small === ai || eak.big === ai); - if (equivalent_awoken) + if (equivalentAwoken) { if (equivalentAwoken.small === ai) {