|
@@ -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,
|
|
|
),
|
|
|
|