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

+ 4 - 4
database/user.php

@@ -165,7 +165,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '国家',
 			'match' 	=> 'option',
-			//'update'	=> 'text',
+			'update'	=> 'text',
 		),
 
 		'province'		=> array
@@ -175,7 +175,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '省份',
 			'match' 	=> 'option',
-			//'update'	=> 'text',
+			'update'	=> 'text',
 		),
 
 		'city'		=> array
@@ -185,7 +185,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '城市',
 			'match' 	=> 'option',
-			//'update'	=> 'text',
+			'update'	=> 'text',
 		),
 
 		'area'		=> array
@@ -195,7 +195,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '地区',
 			'match' 	=> 'option',
-			//'update'	=> 'text',
+			'update'	=> 'text',
 			'list'		=> true,
 		),