This commit is contained in:
songliang 2022-12-07 14:25:56 +08:00
parent 35c014a60d
commit 76a1b35e19

View File

@ -47,7 +47,6 @@ console.log("season ranking start1");
}
checkSeasonEnd(nowTime) {
return true;
let c = this.getCurSeasonId(nowTime);
if (!!c) {
return (nowTime>c.end_time);