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);
             }
         }