|
@@ -10,6 +10,11 @@ $type = array
|
|
1 => '开放中',
|
|
1 => '开放中',
|
|
2 => '维护中',
|
|
2 => '维护中',
|
|
);
|
|
);
|
|
|
|
+$active = array
|
|
|
|
+(
|
|
|
|
+ 1 => '显示',
|
|
|
|
+ 2 => '不显示',
|
|
|
|
+);
|
|
return array
|
|
return array
|
|
(
|
|
(
|
|
# 表名
|
|
# 表名
|
|
@@ -144,6 +149,17 @@ return array
|
|
'update' => 'textarea',
|
|
'update' => 'textarea',
|
|
),
|
|
),
|
|
|
|
|
|
|
|
+ 'active' => array
|
|
|
|
+ (
|
|
|
|
+ 'type' => 'int-11',
|
|
|
|
+ 'name' => '是否显示活动',
|
|
|
|
+ 'default' => '1',
|
|
|
|
+ 'desc' => '是否显示活动',
|
|
|
|
+ 'match' => 'is_numeric',
|
|
|
|
+ 'update' => 'radio',
|
|
|
|
+ 'option' => $active,
|
|
|
|
+ ),
|
|
|
|
+
|
|
// 'market_desc' => array
|
|
// 'market_desc' => array
|
|
// (
|
|
// (
|
|
// 'type' => 'text-255',
|
|
// 'type' => 'text-255',
|