|
...
|
...
|
@@ -318,8 +318,12 @@ class VideoTask extends Command |
|
|
|
}
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
|
|
|
|
$image = $dom->find('.section-banner-wrap-block',0)->find('img', 0);
|
|
|
|
$image = $dom->find('.section-banner-wrap-block',0);
|
|
|
|
if($image != null){
|
|
|
|
$image = $image->find('img', 0);
|
|
|
|
}else{
|
|
|
|
$image = null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if($image != null){
|
|
|
|
$bg = $image->src;
|
...
|
...
|
|