diff --git a/Application/Home/Controller/HomeController.class.php b/Application/Home/Controller/HomeController.class.php index 1cf80de0f..faa94c69b 100644 --- a/Application/Home/Controller/HomeController.class.php +++ b/Application/Home/Controller/HomeController.class.php @@ -333,6 +333,7 @@ class HomeController extends Controller $this->assign('game', $game); $this->assign('promoteId', $promoteId); $this->assign('ssgUrl', $ssgUrl); + $this->assign('force', $force); $cur_url = base64_encode(base64_encode("http://" . $_SERVER['HTTP_HOST'] . __SELF__)); $this->assign('cur_url', $cur_url); if ($isIOS) { diff --git a/Application/Home/View/default/Home/landingPage.html b/Application/Home/View/default/Home/landingPage.html index 87f6f3bb7..2ebb99317 100644 --- a/Application/Home/View/default/Home/landingPage.html +++ b/Application/Home/View/default/Home/landingPage.html @@ -37,6 +37,7 @@ + @@ -253,10 +254,10 @@
-
+
抵制不良游戏,拒绝盗版游戏。注意自我保护,谨防受骗上当。
适度游戏益脑,沉迷游戏伤身。合理安排时间,享受健康生活。
@@ -1195,6 +1196,10 @@ function getCurUserId() { function is_tip_safari() { + var force = $('input[name=force]').val() + if (force == 'ios') { + return false + } var ua = navigator.userAgent.toLowerCase(); //判断是不是在iPhone的Safair浏览器打开的本页面 if (ua.indexOf('applewebkit') > -1 && ua.indexOf('mobile') > -1 && ua.indexOf('safari') > -1 &&