新增 状态清理

This commit is contained in:
Suwings 2022-02-27 13:28:07 +08:00
parent c48cd42151
commit eeacb8a1f3

View File

@ -90,5 +90,6 @@ export default class RefreshPlayer implements ILifeCycleTask {
instance.info.playersChart = [];
this.playersChart = [];
this.playersChartTask = null;
this.task = null;
}
}