|
@@ -410,6 +410,8 @@ return array
|
|
|
'desc' => '类型',
|
|
|
'match' => 'is_numeric',
|
|
|
'option' => $type,
|
|
|
+ 'update' => 'radio',
|
|
|
+ 'control' => 'type',
|
|
|
),
|
|
|
|
|
|
'sign' => array
|
|
@@ -444,7 +446,7 @@ return array
|
|
|
'match' => 'option',
|
|
|
'update' => 'image',
|
|
|
'key' => '8',
|
|
|
- 'place' => '660*660',
|
|
|
+
|
|
|
),
|
|
|
|
|
|
'idcard_back' => array
|
|
@@ -456,7 +458,7 @@ return array
|
|
|
'match' => 'option',
|
|
|
'update' => 'image',
|
|
|
'key' => '8',
|
|
|
- 'place' => '660*660',
|
|
|
+
|
|
|
),
|
|
|
|
|
|
'company_name' => array
|
|
@@ -469,6 +471,7 @@ return array
|
|
|
'update' => 'text',
|
|
|
|
|
|
|
|
|
+ 'show' => 'type=2',
|
|
|
),
|
|
|
|
|
|
'company_pic' => array
|
|
@@ -480,7 +483,8 @@ return array
|
|
|
'match' => 'option',
|
|
|
'update' => 'image',
|
|
|
'key' => '8',
|
|
|
- 'place' => '660*660',
|
|
|
+
|
|
|
+ 'show' => 'type=2',
|
|
|
),
|
|
|
|
|
|
'company_number' => array
|
|
@@ -491,6 +495,7 @@ return array
|
|
|
'desc' => '营业执照号码',
|
|
|
'match' => 'is_string',
|
|
|
'update' => 'text',
|
|
|
+ 'show' => 'type=2',
|
|
|
),
|
|
|
|
|
|
'address' => array
|