rabin 1 年之前
父節點
當前提交
377ea537cc
共有 3 個文件被更改,包括 8 次插入8 次删除
  1. 3 3
      database/info.php
  2. 3 3
      database/info_log.php
  3. 2 2
      database/profit.php

+ 3 - 3
database/info.php

@@ -24,7 +24,7 @@ if ($config_id) {
 	$search_config = Dever::load('account/lib/manage')->getSearch($config_id);
 	if ($search_config) {
 		$search = $search_config;
-		$user = '用户名称';
+		$user = '用户手机号';
 	}
 }
 
@@ -64,11 +64,11 @@ return array
 			'type' 		=> 'int-11',
 			'name' 		=> $user,
 			'default' 	=> '0',
-			'desc' 		=> '用户名称',
+			'desc' 		=> '用户信息',
 			'match' 	=> 'is_numeric',
             'search'	=> $search,
             'value'     => $uid,
-            'list_name'	=> '用户名称',
+            'list_name'	=> '用户信息',
 			'list'		=> 'Dever::load("account/lib/project.getUsername", {uid}, {config_id})',
 		),
 

+ 3 - 3
database/info_log.php

@@ -49,7 +49,7 @@ if ($config_id && $uid) {
 	$search_config = Dever::load('account/lib/manage')->getSearch($config_id);
 	if ($search_config) {
 		$search = $search_config;
-		$user = '用户名称';
+		$user = '用户信息';
 
         $button['账户操作'] = array('fast', false, 'push');
         $button['设置提现人'] = array('fast', false, 'withdraw_info');
@@ -161,11 +161,11 @@ return array
 			'type' 		=> 'int-11',
 			'name' 		=> $user,
 			'default' 	=> '0',
-			'desc' 		=> '用户名称',
+			'desc' 		=> '用户信息',
 			'match' 	=> 'is_numeric',
             'search'	=> 'hidden',
             'value'     => $uid,
-            'list_name'	=> '用户名称',
+            'list_name'	=> '用户信息',
 			'list'		=> 'Dever::load("account/lib/project.getUsername", {uid}, {config_id})',
             //'list'      => true,
 		),

+ 2 - 2
database/profit.php

@@ -23,9 +23,9 @@ return array
         'uid'       => array
         (
             'type'      => 'int-11',
-            'name'      => '用户名称',
+            'name'      => '用户信息',
             'default'   => '0',
-            'desc'      => '用户名称',
+            'desc'      => '用户信息',
             'match'     => 'is_numeric',
             'list'      => 'Dever::load("account/lib/project.getUsername", {uid}, {config_id})',
         ),