|
@@ -1,6 +1,4 @@
|
|
|
<?php
|
|
|
-
|
|
|
-$mid = Dever::input('search_option_mid');
|
|
|
$shop = function()
|
|
|
{
|
|
|
$array = array();
|
|
@@ -62,7 +60,6 @@ return array
|
|
|
'desc' => '店铺名称',
|
|
|
'match' => 'is_numeric',
|
|
|
'option' => $shop,
|
|
|
-
|
|
|
'list' => true,
|
|
|
|
|
|
),
|
|
@@ -75,7 +72,6 @@ return array
|
|
|
'desc' => '店铺名称',
|
|
|
'match' => 'is_numeric',
|
|
|
'option' => $shop,
|
|
|
-
|
|
|
'list' => true,
|
|
|
|
|
|
),
|
|
@@ -107,7 +103,6 @@ return array
|
|
|
'edit' => false,
|
|
|
'insert' => false,
|
|
|
'delete' => false,
|
|
|
-
|
|
|
),
|
|
|
|
|
|
'request' => array
|