作者 lyh

gx

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