@@ -153,6 +153,7 @@ return array
'default' => '2',
'desc' => '是否发送邮件',
'match' => 'is_numeric',
+ 'update' => 'radio',
'option' => $send_email,
),
@@ -164,7 +165,7 @@ return array
'desc' => '请输入邮箱',
'search' => 'fulltext',
'match' => 'option||' . Dever::rule('email'),
- //'update' => 'text',
+ 'update' => 'text',
'is_idcard' => array