dever 6 years ago
parent
commit
6a63cb53f1
2 changed files with 4 additions and 3 deletions
  1. 1 1
      act/database/score.php
  2. 3 2
      score/database/user.php

+ 1 - 1
act/database/score.php

@@ -22,7 +22,7 @@ return array
 			'desc' 		=> '',
 			'match' 	=> 'is_numeric',
 			'order'		=> 'desc',
-			//'list'		=> true,
+			'list'		=> true,
 		),
 		
 

+ 3 - 2
score/database/user.php

@@ -28,6 +28,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '',
 			'match' 	=> 'is_numeric',
+			'list'		=> true,
 		),
 
 		'uid'		=> array
@@ -68,7 +69,7 @@ return array
 			'default' 	=> '0',
 			'desc' 		=> '可用数量',
 			'match' 	=> 'option',
-			'update'	=> 'textarea',
+			'update'	=> 'text',
 			'search'	=> 'order',
 			'list'		=> true,
 		),
@@ -80,7 +81,7 @@ return array
 			'default' 	=> '0',
 			'desc' 		=> '冻结数量',
 			'match' 	=> 'option',
-			'update'	=> 'textarea',
+			'update'	=> 'text',
 			'search'	=> 'order',
 			'list'		=> true,
 		),