|
@@ -348,6 +348,19 @@ return array
|
|
|
'tab' => 2,
|
|
|
),
|
|
|
|
|
|
+ 'cover' => array
|
|
|
+ (
|
|
|
+ 'type' => 'text-255',
|
|
|
+ 'name' => '封面图',
|
|
|
+ 'default' => '',
|
|
|
+ 'desc' => '封面图',
|
|
|
+ 'match' => 'option',
|
|
|
+ 'update' => 'image',
|
|
|
+ 'key' => '1',
|
|
|
+ // 'place' => '759*562',
|
|
|
+ // 'tab' => 3,
|
|
|
+ ),
|
|
|
+
|
|
|
'pic' => array
|
|
|
(
|
|
|
'type' => 'text-255',
|
|
@@ -506,7 +519,7 @@ return array
|
|
|
),
|
|
|
'type' => 'all',
|
|
|
'order' => array('reorder' => 'desc', 'act_status' => 'asc'),
|
|
|
- 'col' => 'id,name,banner,act_status,sign_end,act_start,act_end,sign_start,cdate',
|
|
|
+ 'col' => 'id,name,banner,act_status,sign_end,act_start,act_end,sign_start,cdate,cover',
|
|
|
),
|
|
|
),
|
|
|
);
|