diff --git a/Application/Mobile/Controller/SsgController.class.php b/Application/Mobile/Controller/SsgController.class.php index 760e72a89..1cdc0efff 100644 --- a/Application/Mobile/Controller/SsgController.class.php +++ b/Application/Mobile/Controller/SsgController.class.php @@ -67,13 +67,13 @@ class SsgController extends BaseController { if ($isToken) { session("user_auth",$isToken); - $this->redirect("Ssg/index"); + $this->redirect("Ssg/index",array('game_id'=>$game_id)); } else { $this->redirect("Ssg/login"); } } else { - $this->redirect("Ssg/login"); +// $this->redirect("Ssg/login"); } //获取客服qq diff --git a/Application/Mobile/View/Ssg/index.html b/Application/Mobile/View/Ssg/index.html index a15c89706..18b8d61f5 100644 --- a/Application/Mobile/View/Ssg/index.html +++ b/Application/Mobile/View/Ssg/index.html @@ -100,6 +100,7 @@
+