作者 景琛

大屏显示问题

... ... @@ -28,7 +28,7 @@ class Screen extends Api
*/
public function index(){
$list = [];
$data = db('screen')->where('is_view',0)->find();
$data = db('screen')->where('is_view',1)->find();
$list['images'] = cdnurl($data['images'],true);
$list['count_down'] = $data['endtime'];
$list['screen_name'] = $data['title'];
... ...