作者 lyh

gx

... ... @@ -144,7 +144,7 @@ class IndexController extends BaseController
$image['title'] = $v['title'];
$product_image[] = $image;
}
if(count($product_image) > 7){
if(count($product_image) > 6){
break;
}
}
... ...