diff --git a/application/index/controller/User.php b/application/index/controller/User.php index af984e89..2bfe551b 100644 --- a/application/index/controller/User.php +++ b/application/index/controller/User.php @@ -51,20 +51,6 @@ class User extends Frontend }); } - /** - * 空的请求 - * @param $name - * @return mixed - */ - public function _empty($name) - { - $data = Hook::listen("user_request_empty", $name); - foreach ($data as $index => $datum) { - $this->view->assign($datum); - } - return $this->view->fetch('user/' . $name); - } - /** * 会员中心 */