|
@@ -99,8 +99,8 @@ return array
|
|
|
'desc' => '请输入邮箱',
|
|
|
'match' => $email,
|
|
|
'update' => 'text',
|
|
|
- 'search' => 'fulltext',
|
|
|
- 'list' => true,
|
|
|
+ //'search' => 'fulltext',
|
|
|
+ //'list' => true,
|
|
|
),
|
|
|
|
|
|
'password' => array
|
|
@@ -186,7 +186,7 @@ return array
|
|
|
'default' => '',
|
|
|
'desc' => '请输入积分',
|
|
|
'match' => 'option',
|
|
|
- //'update' => 'password',
|
|
|
+ //'update' => 'text',
|
|
|
'list' => true,
|
|
|
),
|
|
|
|
|
@@ -210,7 +210,7 @@ return array
|
|
|
'desc' => '请选择用户等级',
|
|
|
'match' => 'is_numeric',
|
|
|
'option' => $level,
|
|
|
- 'update' => 'radio',
|
|
|
+ 'update' => 'select',
|
|
|
'list' => true,
|
|
|
),
|
|
|
|