作者 郭文星

131

@@ -22,9 +22,6 @@ class Car extends Base @@ -22,9 +22,6 @@ class Car extends Base
22 22
23 public function _initialize() 23 public function _initialize()
24 { 24 {
25 - if(empty($this->auth->id)){  
26 - $this->error("失败","","403");  
27 - }  
28 parent::_initialize(); 25 parent::_initialize();
29 } 26 }
30 /** 27 /**