作者 lyh

gx

@@ -308,7 +308,8 @@ class VideoTask extends Command @@ -308,7 +308,8 @@ class VideoTask extends Command
308 } 308 }
309 } 309 }
310 } else { 310 } else {
311 - $image = $dom->find('.section-banner-wrap-block')->find('img', 0); 311 + dd($elements);
  312 + $image = $elements->find('img', 0);
312 } 313 }
313 if($image != null){ 314 if($image != null){
314 $bg = $image->src; 315 $bg = $image->src;