作者 root

增加 快车 和 刷新排序

... ... @@ -453,7 +453,14 @@ class Index extends Frontend
dump($html);
}
public function test(){
$Cai=new Cai();
list($rank,$nature_rank,$kuai_rank) =$Cai->getRankNew('https://beijing.zbj.com/xcxkfzbjzbj/f.html?type=new');
dump($rank);
dump($nature_rank);
dump($kuai_rank);
}
}
... ...
... ... @@ -27,7 +27,7 @@
<script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<body> <h4> 快车排名 <a href="{:url('rankInfo')}"> <small> 刷新排名 </small></a></h4>
<div class="table-responsive" style="line-height: 1">
<table class="table">
<thead>
... ...
... ... @@ -9,7 +9,7 @@
<meta name="description" content="">
<meta name="author" content="">
<title>{$site.name}</title>
<title>刷新排名</title>
<!-- Bootstrap Core CSS -->
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
... ... @@ -92,7 +92,7 @@
window.setTimeout(function(){
window.location.reload();
},10000000);
},10000);
... ...