From 73a604c815dd42a6f665ab5f3b72288d07a95fcb Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Thu, 10 Oct 2019 09:16:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/ApplyController.class.php | 4 ++-- Application/Home/View/default/Apply/index.html | 2 +- Application/Home/View/default/Apply/my_game.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Application/Home/Controller/ApplyController.class.php b/Application/Home/Controller/ApplyController.class.php index f4ce0b712..ac8cacea8 100644 --- a/Application/Home/Controller/ApplyController.class.php +++ b/Application/Home/Controller/ApplyController.class.php @@ -194,9 +194,8 @@ class ApplyController extends BaseController $this->assign('type', $type); $this->assign('myGame', ($serverType == 1) ? 'specialMyGameList' : 'myGameList'); $this->assign('game', ($serverType == 1) ? 'gameSpecialList' : 'gameList'); - + $this->assign('position', ($serverType == 1) ? '专服管理' : '混服管理'); $this->meta_title = "申请游戏"; - $this->display('index'); } @@ -595,6 +594,7 @@ class ApplyController extends BaseController $this->assign('serverType', $serverType); $this->assign('myGame', ($serverType == 1) ? 'specialMyGameList' : 'myGameList'); $this->assign('game', ($serverType == 1) ? 'gameSpecialList' : 'gameList'); + $this->assign('position', ($serverType == 1) ? '专服管理' : '混服管理'); $this->meta_title = "我的游戏"; $this->display('my_game'); } diff --git a/Application/Home/View/default/Apply/index.html b/Application/Home/View/default/Apply/index.html index c540ffa72..8746e93da 100644 --- a/Application/Home/View/default/Apply/index.html +++ b/Application/Home/View/default/Apply/index.html @@ -108,7 +108,7 @@
-
当前位置:游戏管理>游戏列表
+
当前位置:游戏管理>{$position}
游戏列表
diff --git a/Application/Home/View/default/Apply/my_game.html b/Application/Home/View/default/Apply/my_game.html index deddc2f27..71be12117 100644 --- a/Application/Home/View/default/Apply/my_game.html +++ b/Application/Home/View/default/Apply/my_game.html @@ -92,9 +92,9 @@
-
当前位置:游戏管理>我的游戏
+
当前位置:游戏管理>{$position}
- 游戏列表 + 我的游戏