From d24fa30651746b478696997b367df29d17ff31e6 Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Fri, 18 Oct 2019 16:13:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Mobile/View/Ssg/home.html | 4 +- Application/Mobile/View/Ssg/login.html | 27 ++++++++-- Application/Mobile/View/Ssg/order.html | 47 +++++++++++------- Application/Mobile/View/Ssg/tutorial.html | 2 +- Public/Mobile/images/ssg/home/alertbg.png | Bin 16166 -> 17688 bytes .../Mobile/images/ssg/install/install-1.png | Bin 0 -> 285758 bytes Public/Mobile/images/ssg/process/pay-4.png | Bin 678048 -> 734443 bytes 7 files changed, 57 insertions(+), 23 deletions(-) create mode 100644 Public/Mobile/images/ssg/install/install-1.png diff --git a/Application/Mobile/View/Ssg/home.html b/Application/Mobile/View/Ssg/home.html index 2c2e26598..8606bbfef 100644 --- a/Application/Mobile/View/Ssg/home.html +++ b/Application/Mobile/View/Ssg/home.html @@ -23,14 +23,14 @@ 请在Safari中打开 -
+
diff --git a/Application/Mobile/View/Ssg/login.html b/Application/Mobile/View/Ssg/login.html index 1bb998b62..136294359 100644 --- a/Application/Mobile/View/Ssg/login.html +++ b/Application/Mobile/View/Ssg/login.html @@ -14,6 +14,20 @@
+ > +
@@ -272,12 +286,17 @@ alert(result.return_msg); } else { //成功 - alert("注册并登陆成功"); + alert("注册成功,三秒后将自动登陆"); window.location.href = "mobile.php?s=/Ssg/index.html" } } }) }) + //弹框确认 + function hideAndLogin(){ + $("#alert_box").hide(); + window.location.href = "mobile.php?s=/Ssg/index.html" + } //获取手机验证码 $("#getPhoneCode").on("click",function(){ //获取手机 @@ -360,8 +379,10 @@ alert(result.return_msg); } else { //成功 - alert("注册并登陆成功"); - window.location.href = "mobile.php?s=/Ssg/index.html" + $("#alert_box").show(); + setTimeout(hideAndLogin,2500) + // alert("注册并登陆成功"); + // window.location.href = "mobile.php?s=/Ssg/index.html" } } }) diff --git a/Application/Mobile/View/Ssg/order.html b/Application/Mobile/View/Ssg/order.html index 4e36fe986..524751f17 100644 --- a/Application/Mobile/View/Ssg/order.html +++ b/Application/Mobile/View/Ssg/order.html @@ -19,38 +19,51 @@
- -
-
-
-
订单编号:{$data.order_id}
+ +
+
+
+
订单编号:{$data.order_id}
+
-
-
- -
{$data['game_name']}-超级签
+ -
交易成功
+
+ +
{$data['game_name']}-超级签
+
交易成功
+
- + -
交易失败
+
+ +
{$data['game_name']}-超级签
+
交易失败
+
-
立即支付
+
+ +
{$data['game_name']}-超级签
+
立即支付
+
-
已失效
+
+ +
{$data['game_name']}-超级签
+
已失效
+
-
- +
- +