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