|
@@ -180,7 +180,7 @@ return array
|
|
|
'update' => 'radio',
|
|
|
'option' => $is_button,
|
|
|
// 'search' => 'select',
|
|
|
- 'show' => 'type=1,2',
|
|
|
+ 'show' => 'type=1',
|
|
|
'control' => 'is_button',
|
|
|
),
|
|
|
|
|
@@ -192,7 +192,7 @@ return array
|
|
|
'desc' => '保存按钮文字内容',
|
|
|
'match' => 'option',
|
|
|
'update' => 'textarea',
|
|
|
- 'show' => 'is_button=1',
|
|
|
+ 'show' => 'type=1',
|
|
|
),
|
|
|
|
|
|
'button_color' => array
|
|
@@ -203,7 +203,7 @@ return array
|
|
|
'desc' => '保存按钮文字颜色',
|
|
|
'match' => 'option',
|
|
|
'update' => 'color',
|
|
|
- 'show' => 'is_button=1',
|
|
|
+ 'show' => 'type=1',
|
|
|
),
|
|
|
|
|
|
'article_id' => array
|