diff --git a/Application/Home/Controller/HomeController.class.php b/Application/Home/Controller/HomeController.class.php index d003d02fe..772243ab9 100644 --- a/Application/Home/Controller/HomeController.class.php +++ b/Application/Home/Controller/HomeController.class.php @@ -325,6 +325,9 @@ class HomeController extends Controller if(in_array($game['id'], [191, 192])) { $game['relation_game_name'] = '九灵神域'; } + if(in_array($game['id'], [219, 220])) { + $game['relation_game_name'] = '麻雀飞青天'; + } $this->assign("serviceQQ", $serviceQQ); $this->assign('isNewIos', $isNewIos);