xiaogang 3 년 전
부모
커밋
b48a5d412c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/HomeService.php

+ 1 - 1
app/Services/HomeService.php

xqd
@@ -195,7 +195,7 @@ class HomeService
                 $video_arr = array();
                 $video_arr['url'] = isset($v['url'])?$v['url']:"";
                 $video_arr['thumb'] = isset($v['thumb'])?$v['thumb']:"";
-                $video_arr['state'] = 0;
+                $video_arr['state'] = "0";
                 array_unshift($photo,$video_arr);
             }
         }