作者 郭文星

12311

@@ -22,7 +22,7 @@ class Car extends Base @@ -22,7 +22,7 @@ class Car extends Base
22 22
23 public function _initialize() 23 public function _initialize()
24 { 24 {
25 - print_r($this->auth);return; 25 + print_r($this->auth);die;
26 $where["id"] = ["=", $this->auth->id]; 26 $where["id"] = ["=", $this->auth->id];
27 27
28 $user = Db::name("user")->where($where)->order("id desc")->find(); 28 $user = Db::name("user")->where($where)->order("id desc")->find();