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