Parcourir la source

Merge branch 'master' of http://git.dever.cc:3000/dever-package/passport

dever il y a 6 ans
Parent
commit
9db1c5dae2
2 fichiers modifiés avec 4 ajouts et 6 suppressions
  1. 4 4
      database/user.php
  2. 0 2
      database/user_score.php

+ 4 - 4
database/user.php

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

+ 0 - 2
database/user_score.php

@@ -90,8 +90,6 @@ return array
             'default'   => '1',
             'desc'      => '请选择状态',
             'match'     => 'is_numeric',
-            'option'    => $option,
-            'update'    => 'radio',
         ),
         
         'cdate'     => array