dever 6 years ago
parent
commit
9bbedb0f0c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      database/wechat.php
  2. 1 1
      database/wechat_oauth.php

+ 1 - 1
database/wechat.php

@@ -33,7 +33,7 @@ return array
 			//'update'	=> 'select',
 			'search'	=> 'fulltext',
 			'list'		=> '{uid} > 0 ? Dever::load("passport/user-one#username", {uid}) : "未知用户"',
-			//'list'		=> true,
+			'list'		=> true,
 			//'edit'		=> true,
 		),
 

+ 1 - 1
database/wechat_oauth.php

@@ -33,7 +33,7 @@ return array
             //'update'  => 'select',
             'search'    => 'fulltext',
             'list'      => '{uid} > 0 ? Dever::load("passport/user-one#username", {uid}) : "未知用户"',
-            //'list'        => true,
+            'list'        => true,
             //'edit'        => true,
         ),