作者 lyh

gx

@@ -175,8 +175,6 @@ class ComController extends BaseController @@ -175,8 +175,6 @@ class ComController extends BaseController
175 arsort($countryArr); 175 arsort($countryArr);
176 $top20 = array_slice($countryArr, 0, 20, true); 176 $top20 = array_slice($countryArr, 0, 20, true);
177 $arr['country'] = json_encode($top20); 177 $arr['country'] = json_encode($top20);
178 - var_dump($arr['country']);  
179 - die();  
180 } 178 }
181 $arr['date'] = $yesterday; 179 $arr['date'] = $yesterday;
182 $rank_info = DB::table('gl_rank_data')->where(['updated_date'=>$yesterday,'lang'=>''])->select(['compliance_day'])->first(); 180 $rank_info = DB::table('gl_rank_data')->where(['updated_date'=>$yesterday,'lang'=>''])->select(['compliance_day'])->first();