会长优化

master
sunke 5 years ago
commit 0d13af62be

@ -322,9 +322,6 @@ class BaseController extends HomeController
public function verConAction($rule_name,$second_pwd,$status='') { public function verConAction($rule_name,$second_pwd,$status='') {
switch ($rule_name) { switch ($rule_name) {
case 'Home/Safe/modifyBaseInfo': case 'Home/Safe/modifyBaseInfo':
// if(empty($second_pwd)) {
// $this->error('请先设置安全密码',U('Safe/setSafePwd'));
// }
break; break;
case 'Home/Safe/setSafePassword': case 'Home/Safe/setSafePassword':
break; break;
@ -334,7 +331,7 @@ class BaseController extends HomeController
break; break;
case 'Home/Safe/verifyPassword': case 'Home/Safe/verifyPassword':
break; break;
case 'Home/Safe/safeDocument'; case 'Home/Safe/safeDocument':
break; break;
default: default:
$this->tips($status,U('Safe/modifyBaseInfo')); $this->tips($status,U('Safe/modifyBaseInfo'));

Loading…
Cancel
Save