songxingwei 3 年之前
父節點
當前提交
8411919cbb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/store/controller/Goods.php

+ 1 - 0
application/store/controller/Goods.php

@@ -70,6 +70,7 @@ class Goods extends Controller
     public function add()
     {
         $this->title = '添加商品';
+        echo 222;die;
         $this->_form($this->table, 'form');
     }