From ee4028610800222979333ec1ef97a9afcf46345d Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Thu, 21 Nov 2019 21:11:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95sdk=E4=B8=BB=E9=A1=B5?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Mobile/Controller/SsgController.class.php | 4 +-- Application/Mobile/View/Ssg/index.html | 30 ++++++++++++++++++- 2 files changed, 31 insertions(+), 3 deletions(-) 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 @@
确认支付¥10
+