From aa5d413cc09d79114e93079bb749f947cd58b66f Mon Sep 17 00:00:00 2001 From: Karson Date: Sun, 20 Sep 2020 19:24:57 +0800 Subject: [PATCH] =?UTF-8?q?update=20application/index/controller/User.php.?= =?UTF-8?q?=20=E7=A7=BB=E9=99=A4=E7=A9=BA=E8=AF=B7=E6=B1=82=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/controller/User.php | 14 -------------- 1 file changed, 14 deletions(-) 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); - } - /** * 会员中心 */