From 6bc17ad982ef29770920bfaabd9e8f5de564d106 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Tue, 23 Mar 2021 12:16:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B9=9D=E5=A4=A9=E4=BB=99?= =?UTF-8?q?=E5=B0=98=E8=90=BD=E5=9C=B0=E9=A1=B5=E5=90=8D=E7=A7=B0=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/HomeController.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Application/Home/Controller/HomeController.class.php b/Application/Home/Controller/HomeController.class.php index 30ed4bc2a..6933ad4de 100644 --- a/Application/Home/Controller/HomeController.class.php +++ b/Application/Home/Controller/HomeController.class.php @@ -307,9 +307,9 @@ class HomeController extends Controller $ssgUrl = $downloadDomain . '/mobile.php/Ssg/pay/game_id/' . $game['id'] . '/promote_id/' . $promoteId; - /* if(in_array($game['id'], [187, 188])) { - $game['relation_game_name'] = '游戏下载'; - } */ + if(in_array($game['id'], [191, 192])) { + $game['relation_game_name'] = '九灵神域'; + } $this->assign("serviceQQ", $serviceQQ); $this->assign('isNewIos', $isNewIos);