|
|
|
@ -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');
|
|
|
|
|
}
|
|
|
|
|