This commit is contained in:
hujiabin 2022-11-16 17:28:42 +08:00
parent fa35db7d89
commit bcd676e7ea

View File

@ -45,8 +45,8 @@ class EventRanking
'wave' => $meta['wave'],
'themeType' => $meta['themeType'],
'themeName' => $meta['themeName'],
'startTime' => $meta['startTime'],
'endTime' => $meta['endTime'],
'startTime' => strtotime($meta['startTime']),
'endTime' => strtotime($meta['endTime']),
);
$now = myself()->_getNowTime();
switch ($now){