diff --git a/service/Application/Admin/Controller/GoodsController.class.php b/service/Application/Admin/Controller/GoodsController.class.php index d1b0e9938..242f9dde8 100755 --- a/service/Application/Admin/Controller/GoodsController.class.php +++ b/service/Application/Admin/Controller/GoodsController.class.php @@ -282,6 +282,7 @@ class GoodsController extends CommonController 'images' => isset($photo['data'][0]) ? $photo['data'][0] : '', 'photo_count' => count($photo['data']), ]; + print_r($_POST);die; // 添加/编辑 $m = D('Goods'); diff --git a/service/Application/Admin/Lang/zh-cn/goods.php b/service/Application/Admin/Lang/zh-cn/goods.php index 9a12c3710..b7708098e 100755 --- a/service/Application/Admin/Lang/zh-cn/goods.php +++ b/service/Application/Admin/Lang/zh-cn/goods.php @@ -52,6 +52,9 @@ return array( 'goods_is_shelves_text' => '是否上下架', 'goods_is_shelves_tips' => '下架后用户不可见', + 'goods_is_home_recommended_text' => '是否首页推荐', + 'goods_is_home_recommended_tips' => '推荐后在首页展示', + 'goods_images_text' => '相册', 'goods_images_tips' => '可拖拽图片进行排序', 'goods_images_format' => '请上传相册', diff --git a/service/Application/Admin/View/Default/Goods/Index.html b/service/Application/Admin/View/Default/Goods/Index.html index 97c940a24..002c75a60 100755 --- a/service/Application/Admin/View/Default/Goods/Index.html +++ b/service/Application/Admin/View/Default/Goods/Index.html @@ -44,6 +44,7 @@