rabin 3 年之前
父節點
當前提交
7bc0354357
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      service/option/database/account.php

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

@@ -114,7 +114,7 @@ return array
             'default'   => '',
             'desc'      => '',
             'match'     => 'is_numeric',
-            'search'    => 'order',
+            //'search'    => 'order',
             //'list'        => true,
         ),
 
@@ -215,7 +215,7 @@ return array
             'desc'      => '身份证资料',
             'match'     => 'is_numeric',
             'option'    => $is_idcard,
-            'search'    => 'select,order',
+            'search'    => 'select',
             //'order'     => 'asc',
             //'update'    => 'radio',
             'list'      => $search_auth == 1 ? 'Dever::load("option/lib/account.getIdcard", {id})' : false,