作者 lyh

gx

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