diff --git a/Application/Admin/Controller/MemberController.class.php b/Application/Admin/Controller/MemberController.class.php index 41f3b410b..cd17a1a14 100644 --- a/Application/Admin/Controller/MemberController.class.php +++ b/Application/Admin/Controller/MemberController.class.php @@ -68,6 +68,12 @@ class MemberController extends ThinkController $maps['tab_user.account'] = ['like',"%".I('account')."%"]; unset($_REQUEST['account']); } + if (isset($_REQUEST['device_number'])) { + empty($hav) || $hav .= ' AND '; + $hav .= "tab_user.device_number = {$_REQUEST['device_number']}"; + $maps['tab_user.device_number'] = $_REQUEST['device_number']; + unset($_REQUEST['device_number']); + } if (isset($_REQUEST['age_status'])) { empty($hav) || $hav .= ' AND '; $hav .= 'tab_user.age_status =' . I('age_status'); diff --git a/Application/Admin/View/Member/edit.html b/Application/Admin/View/Member/edit.html index 5041ccaa3..a23921597 100644 --- a/Application/Admin/View/Member/edit.html +++ b/Application/Admin/View/Member/edit.html @@ -307,7 +307,7 @@ $("#role").click(function () { layer.open({ type: 2, - title: "【游戏付费记录】列表", + title: "【游戏角色】列表", shadeClose: true, shade: 0.8, area: ['70%', '80%'], diff --git a/Application/Admin/View/Member/user_info.html b/Application/Admin/View/Member/user_info.html index a0842a56e..e7bab57aa 100644 --- a/Application/Admin/View/Member/user_info.html +++ b/Application/Admin/View/Member/user_info.html @@ -150,6 +150,9 @@ +
+   +