Browse Source

sunguidong

sgd521 2 years ago
parent
commit
137e272595
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/shop/controller/Goods.php

+ 1 - 0
app/shop/controller/Goods.php

@@ -193,6 +193,7 @@ class Goods extends BaseShop
             $imgae = explode(',',$goods_image);
             if(count($imgae)>5){
                 $res = $goods_model->count_image($imgae);
+                print_r($res);die;
                 return $res;
             }
 			$data = [