| xqd
@@ -293,6 +293,7 @@ class UserController extends Controller
|
|
|
$video_info = !empty($userinfo->video)?json_decode($userinfo->video,true):[];
|
|
|
if (count($video_info)>0){
|
|
|
foreach ($video_info as $k=>$v){
|
|
|
+ $video_info[$k]['state'] = 0;
|
|
|
if(!isset($v['thumb'])){
|
|
|
$video_info[$k]['thumb'] = "";
|
|
|
}
|