浏览代码

sunguidong

sgd521 2 年之前
父节点
当前提交
7c45c6453a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      app/shop/controller/Goods.php

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

@@ -190,7 +190,8 @@ class Goods extends BaseShop
 			$sku_no = input("sku_no", "");// 商品sku编码
 			$weight = input("weight", "");// 重量
 			$volume = input("volume", "");// 体积
-            $imgae = explode($goods_image);die;
+            $imgae = explode(',',$goods_image);print_r(count($imgae));die;
+
 			$data = [
 				'goods_name' => $goods_name,
 				'goods_attr_class' => $goods_attr_class,