clear: 删除未使用的参数
This commit is contained in:
@@ -72,7 +72,7 @@ export class NovemberData extends ActivityBase {
|
|||||||
if (playerData.records) {
|
if (playerData.records) {
|
||||||
this.records = playerData?.records || [];
|
this.records = playerData?.records || [];
|
||||||
for (const data of playerData.records) {
|
for (const data of playerData.records) {
|
||||||
let { todayIndex, isSuccess, hasPass } = data;
|
let { todayIndex, isSuccess } = data;
|
||||||
if (todayIndex == this.todayIndex && isSuccess) this.todayPlayCnt++;
|
if (todayIndex == this.todayIndex && isSuccess) this.todayPlayCnt++;
|
||||||
if (isSuccess) this.playCnt++;
|
if (isSuccess) this.playCnt++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user