dever 3 سال پیش
والد
کامیت
af4f728ed1
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      service/option/database/account.php

+ 2 - 1
service/option/database/account.php

@@ -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