dever 6 years ago
parent
commit
fd8cb86cb3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      database/user.php

+ 2 - 2
database/user.php

@@ -186,7 +186,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '请输入积分',
 			'match' 	=> 'option',
-			//'update'	=> 'password',
+			//'update'	=> 'text',
 			'list'		=> true,
 		),
 
@@ -210,7 +210,7 @@ return array
 			'desc' 		=> '请选择用户等级',
 			'match' 	=> 'is_numeric',
 			'option' 	=> $level,
-			'update'	=> 'radio',
+			'update'	=> 'select',
 			'list'		=> true,
 		),