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}
- 游戏列表 + 我的游戏