From 5b5c7876d2fcbe469757930275d02fbfbcb61e06 Mon Sep 17 00:00:00 2001 From: sunke <18850253506@163.com> Date: Thu, 9 Jan 2020 16:14:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E9=95=BF=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/BaseController.class.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Application/Home/Controller/BaseController.class.php b/Application/Home/Controller/BaseController.class.php index 05a4b2a71..d49d76c91 100644 --- a/Application/Home/Controller/BaseController.class.php +++ b/Application/Home/Controller/BaseController.class.php @@ -322,9 +322,6 @@ class BaseController extends HomeController public function verConAction($rule_name,$second_pwd,$status='') { switch ($rule_name) { case 'Home/Safe/modifyBaseInfo': - // if(empty($second_pwd)) { - // $this->error('请先设置安全密码',U('Safe/setSafePwd')); - // } break; case 'Home/Safe/setSafePassword': break; @@ -334,7 +331,7 @@ class BaseController extends HomeController break; case 'Home/Safe/verifyPassword': break; - case 'Home/Safe/safeDocument'; + case 'Home/Safe/safeDocument': break; default: $this->tips($status,U('Safe/modifyBaseInfo'));