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