瀏覽代碼

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) {