xiaogang %!s(int64=3) %!d(string=hai) anos
pai
achega
39e255b742
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Services/HomeService.php

+ 1 - 1
app/Services/HomeService.php

xqd
@@ -193,7 +193,7 @@ class HomeService
         if(count($video_info)>0){
             foreach ($video_info as $k=>$v){
                 $video_arr = array();
-                $video_arr['url'] = $v['url'];
+                $video_arr['url'] = isset($v['url'])?$v['url']:"";
                 $video_arr['thumb'] = isset($v['thumb'])?$v['thumb']:"";
                 $video_arr['state'] = 0;
                 array_unshift($photo,$video_arr);