|
@@ -318,7 +318,7 @@ return array
|
|
|
'desc' => '营业时间',
|
|
|
'match' => 'is_string',
|
|
|
'update' => 'text',
|
|
|
- 'show' => 'method=1,3',
|
|
|
+ //'show' => 'method=1,3',
|
|
|
),
|
|
|
|
|
|
'gotime' => array
|
|
@@ -328,8 +328,8 @@ return array
|
|
|
'default' => '',
|
|
|
'desc' => '外送时间',
|
|
|
'match' => 'is_string',
|
|
|
- 'update' => 'text',
|
|
|
- 'show' => 'method=2,3',
|
|
|
+ //'update' => 'text',
|
|
|
+ //'show' => 'method=2,3',
|
|
|
),
|
|
|
|
|
|
'hr3' => array
|