Browse Source

代码打错的bug

tags/v9.1
枫谷剑仙 5 years ago
parent
commit
b766b94ee7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      script.js

+ 1
- 1
script.js View File

@@ -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)
{


Loading…
Cancel
Save