作者 郭文星

1231

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