소스 검색

sunguidong

zhangguidong 2 년 전
부모
커밋
c1bb1ced91
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/shop/controller/Goods.php

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

@@ -141,6 +141,7 @@ class Goods extends BaseShop
 	 */
 	public function addGoods()
 	{
+        print_r(111);die;
 		if (request()->isAjax()) {
 			$goods_model = new GoodsModel();
 			if ($this->shop_info["shop_status"] == 0) {