diff --git a/Application/Home/Controller/DownloadController.class.php b/Application/Home/Controller/DownloadController.class.php index 51adae6ff..252951fba 100644 --- a/Application/Home/Controller/DownloadController.class.php +++ b/Application/Home/Controller/DownloadController.class.php @@ -184,6 +184,7 @@ class DownloadController extends BaseController $this->assign('data',$rs); $this->assign('promoteNameArr',$promoteNameArr); + $this->meta_title = "下载管理"; return $this->display(); } diff --git a/Application/Home/Controller/GameController.class.php b/Application/Home/Controller/GameController.class.php index b83e2f43d..4696c6935 100644 --- a/Application/Home/Controller/GameController.class.php +++ b/Application/Home/Controller/GameController.class.php @@ -121,6 +121,7 @@ class GameController extends BaseController $this->assign('count', $count); $this->assign('pagination', $pagination); $this->assign('records', $records); + $this->assign('position', ($serverType == 1) ? '专服管理' : '混服管理'); $this->display('index'); } diff --git a/Application/Home/Controller/PromoteController.class.php b/Application/Home/Controller/PromoteController.class.php index c54ea9248..715691f91 100644 --- a/Application/Home/Controller/PromoteController.class.php +++ b/Application/Home/Controller/PromoteController.class.php @@ -1097,11 +1097,11 @@ class PromoteController extends BaseController } if ($promoteType == 0) { - $promoteTypeName = '部门长'; + $promoteTypeName = '部门'; } elseif ($promoteType == 1) { - $promoteTypeName = '组长'; + $promoteTypeName = '组别'; } elseif ($promoteType == 2) { - $promoteTypeName = '推广员'; + $promoteTypeName = '组员'; } $parentMap = []; @@ -1274,13 +1274,13 @@ class PromoteController extends BaseController { $promoteType = $_REQUEST['promote_type']; if($promoteType == 0) { - $promoteTypeTitle = "部门长管理"; + $promoteTypeTitle = "部门管理"; } if($promoteType == 1) { - $promoteTypeTitle = "组长管理"; + $promoteTypeTitle = "组别管理"; } if($promoteType == 2) { - $promoteTypeTitle = "推广员管理"; + $promoteTypeTitle = "组员管理"; } if (IS_POST) { $type = $_REQUEST['type']; diff --git a/Application/Home/Controller/QueryController.class.php b/Application/Home/Controller/QueryController.class.php index ec413f8b3..28c694e65 100644 --- a/Application/Home/Controller/QueryController.class.php +++ b/Application/Home/Controller/QueryController.class.php @@ -273,7 +273,7 @@ class QueryController extends BaseController $this->assign('ownId', $ownId); $this->assign('payWayData', QueryController::$payWay); $this->assign('payStatusData', QueryController::$payStatus); - $this->meta_title = "订单查询"; + $this->meta_title = "订单明细"; $this->display(); } @@ -750,7 +750,7 @@ class QueryController extends BaseController public function arpu() { - $this->meta_title = 'ARPU统计'; + $this->meta_title = 'ARPU数据'; $defaultTime = date('Y-m-d', time() - 6 * 24 * 3600) . ' 至 ' . date('Y-m-d'); $time = I('time', ''); $time = $time == '' ? $defaultTime : $time; @@ -1260,7 +1260,7 @@ class QueryController extends BaseController $serverData = $this->getServer($relationGameId, $sdkVersion); - $this->assign('meta_title', '每日概况'); + $this->assign('meta_title', '日情况表'); $this->assign('loginPromote', $loginPromote); $this->assign('ownId', $ownId); $this->assign('listData', $records); @@ -1882,6 +1882,7 @@ class QueryController extends BaseController $this->assign('pagination', $pagination); $this->assign('count', $count); $this->assign('createTime', $createTime); + $this->meta_title = '创角查询'; $this->display('userRoles'); } @@ -2329,6 +2330,7 @@ class QueryController extends BaseController $this->assign('count', $count); $this->assign('timeout', $timeout); $this->assign('time', $defaultTime); + $this->meta_title = "团队/推广员业绩"; $this->display(); } @@ -2985,6 +2987,7 @@ class QueryController extends BaseController $this->assign('data', $data); $this->assign('start', $start); $this->assign('end', $end); + $this->meta_title = "留存统计"; $this->display(); } diff --git a/Application/Home/Controller/SafeController.class.php b/Application/Home/Controller/SafeController.class.php index aba4dbfeb..08cddd948 100644 --- a/Application/Home/Controller/SafeController.class.php +++ b/Application/Home/Controller/SafeController.class.php @@ -172,6 +172,7 @@ class SafeController extends BaseController{ return false; } } + $this->meta_title = "密码修改"; $this->display(); } @@ -688,6 +689,7 @@ class SafeController extends BaseController{ $this->assign('listData',$rs); $this->assign('initBegTime', I('begtime')); $this->assign('initEndTime', I('endtime')); + $this->meta_title = "操作管理"; $this->display(); } @@ -705,6 +707,7 @@ class SafeController extends BaseController{ if(!empty($promote['login_phone'])) { $this->assign('login_phone', $promote['login_phone']); } + $this->meta_title = "登陆管理"; return $this->display(); } diff --git a/Application/Home/View/default/Download/listsIndex.html b/Application/Home/View/default/Download/listsIndex.html index 235be6242..56fecf3b6 100644 --- a/Application/Home/View/default/Download/listsIndex.html +++ b/Application/Home/View/default/Download/listsIndex.html @@ -68,7 +68,7 @@ padding-left: 10px; padding-right: 10px; height: 34px; - border: 1px solid #06C; + border: 1px solid #cc6600; color: red; border-radius: 4px; line-height: 34px; @@ -79,10 +79,10 @@