dever 6 роки тому
батько
коміт
c9782af5b5
1 змінених файлів з 4 додано та 4 видалено
  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,
 		),