🐞 fix(battle): 修改寻宝修改的语法错误

This commit is contained in:
liangtongchuan
2023-03-01 19:47:26 +08:00
parent 0f28628a64
commit f64d308bcd

View File

@@ -207,6 +207,7 @@ export async function getAllAssistCnt(roleId: string) {
let roleSt = team.roleStatus.find(st => st.roleId === roleId);
return !roleSt.isFrd;
});
}
return teams.length;
}