|
@@ -236,7 +236,7 @@ return array
|
|
'default' => '',
|
|
'default' => '',
|
|
'desc' => '请输入手机号',
|
|
'desc' => '请输入手机号',
|
|
'match' => Dever::rule('mobile'),
|
|
'match' => Dever::rule('mobile'),
|
|
- 'update' => 'hidden',
|
|
|
|
|
|
+ 'update' => 'text',
|
|
//'search' => 'fulltext',
|
|
//'search' => 'fulltext',
|
|
'list' => $search_auth == 2 ? true : false,
|
|
'list' => $search_auth == 2 ? true : false,
|
|
),
|
|
),
|