浏览代码

sunguidong

sgd521 2 年之前
父节点
当前提交
137e272595
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 = [