|
@@ -355,7 +355,7 @@ return array
|
|
|
'desc' => '支付方式',
|
|
|
'match' => 'is_numeric',
|
|
|
'search' => 'select',
|
|
|
- 'update' => 'select',
|
|
|
+ 'update' => 'radio',
|
|
|
'option' => $pay_type_manage,
|
|
|
'list' => true,
|
|
|
'list_order' => 7,
|
|
@@ -371,7 +371,7 @@ return array
|
|
|
'match' => 'option',
|
|
|
'update' => 'image',
|
|
|
'key' => '1',
|
|
|
- 'place' => '150',
|
|
|
+ //'place' => '150',
|
|
|
'show' => 'pay_type=2',
|
|
|
),
|
|
|
|
|
@@ -447,7 +447,7 @@ return array
|
|
|
'match' => 'option',
|
|
|
'update' => 'image',
|
|
|
'key' => '8',
|
|
|
- 'place' => '660*660',
|
|
|
+ //'place' => '660*660',
|
|
|
),
|
|
|
|
|
|
'idcard_back' => array
|
|
@@ -459,7 +459,7 @@ return array
|
|
|
'match' => 'option',
|
|
|
'update' => 'image',
|
|
|
'key' => '8',
|
|
|
- 'place' => '660*660',
|
|
|
+ //'place' => '660*660',
|
|
|
),
|
|
|
|
|
|
'company_name' => array
|
|
@@ -484,7 +484,7 @@ return array
|
|
|
'match' => 'option',
|
|
|
'update' => 'image',
|
|
|
'key' => '8',
|
|
|
- 'place' => '660*660',
|
|
|
+ // 'place' => '660*660',
|
|
|
'show' => 'type=2',
|
|
|
),
|
|
|
|