This commit is contained in:
aozhiwei 2022-05-15 10:35:15 +08:00
parent 54ffedd931
commit 53a68e2af9
2 changed files with 8 additions and 1 deletions

@ -1 +1 @@
Subproject commit 56e3e7871953b97a0af9c47dbb1ca54d0f807407
Subproject commit 45ba05bcd0e3a8923943d358d1d77b2c1376380c

View File

@ -133,7 +133,14 @@ class RankingController extends BaseAuthedController {
}
}
}
$timeZone = 8;
$rankingData = array(
/*'daySeconds' => phpcommon\getdayseconds(myself()->_getNowTime(), $timeZone),
'nextDaySeconds' => phpcommon\getNextDaySeconds(myself()->_getNowTime(), $timeZone),
'mondaySeconds' => phpcommon\getMondaySeconds(myself()->_getNowTime(), $timeZone),
'monthFirstDaySeconds' => phpcommon\getThisMonthFirstDaySeconds(myself()->_getNowTime(), $timeZone),
'nextMonthFirstDaySeconds' => phpcommon\getNextMonthFirstDaySeconds(myself()->_getNowTime(), $timeZone),
'yearFirstDaySeconds' => phpcommon\getThisYearFirstDaySeconds(myself()->_getNowTime(), $timeZone),*/
'type' => $type,
'rows' => $rankingList,
'my_ranked' => $myRanked