...
|
...
|
@@ -98,7 +98,7 @@ class IndexController extends HomeBaseController |
|
|
// if(!$res_djxq){
|
|
|
$position = CityCategoryModel::xqyy;
|
|
|
$city_id = CityCategoryModel::djxq;
|
|
|
$field = 'id,more,thumbnail';
|
|
|
$field = 'id,more,index_thumbnail';
|
|
|
$res_djxq = $this->getVideo($position,$city_id,$field,1,1);
|
|
|
foreach($res_djxq as &$value){
|
|
|
$video = json_decode($value['more'],true);
|
...
|
...
|
|