@@ -635,7 +635,7 @@ if (!function_exists('get_last_time')) {
$t = $nowtime - $time; //时间差 (秒)
$y = date('Y', $time)-date('Y', $nowtime);//是否跨年
switch($t){
- case $t == 0:
+ case $t = 0:
$text = '刚刚';
break;
case $t < 60: