|
@@ -241,6 +241,17 @@ return array
|
|
//'list' => true,
|
|
//'list' => true,
|
|
),
|
|
),
|
|
|
|
|
|
|
|
+ 'coord_address' => array
|
|
|
|
+ (
|
|
|
|
+ 'type' => 'varchar-1000',
|
|
|
|
+ 'name' => '门店坐标地址',
|
|
|
|
+ 'default' => '',
|
|
|
|
+ 'desc' => '门店坐标地址',
|
|
|
|
+ 'match' => 'option',
|
|
|
|
+ //'update' => 'text',
|
|
|
|
+ //'list' => true,
|
|
|
|
+ ),
|
|
|
|
+
|
|
'address' => array
|
|
'address' => array
|
|
(
|
|
(
|
|
'type' => 'varchar-1000',
|
|
'type' => 'varchar-1000',
|
|
@@ -456,7 +467,7 @@ return array
|
|
'default' => '2',
|
|
'default' => '2',
|
|
'desc' => '优惠券是否同城可用',
|
|
'desc' => '优惠券是否同城可用',
|
|
'match' => 'is_numeric',
|
|
'match' => 'is_numeric',
|
|
- 'update' => 'radio',
|
|
|
|
|
|
+ //'update' => 'radio',
|
|
//'update' => Dever::input('col') ? 'radio' : false,
|
|
//'update' => Dever::input('col') ? 'radio' : false,
|
|
'option' => $yes,
|
|
'option' => $yes,
|
|
),
|
|
),
|
|
@@ -468,9 +479,9 @@ return array
|
|
'default' => '',
|
|
'default' => '',
|
|
'desc' => '参与活动',
|
|
'desc' => '参与活动',
|
|
'match' => 'option',
|
|
'match' => 'option',
|
|
- 'update' => 'checkbox',
|
|
|
|
|
|
+ //'update' => 'checkbox',
|
|
'data' => 'parent',
|
|
'data' => 'parent',
|
|
- 'option' => $act,
|
|
|
|
|
|
+ //'option' => $act,
|
|
),
|
|
),
|
|
|
|
|
|
'pdesc' => array
|
|
'pdesc' => array
|