作者 lyh

gx

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