From f0dc10cd60b2c9df3367738e54f3998eba4fce6b Mon Sep 17 00:00:00 2001 From: zhengchanglong Date: Fri, 18 Oct 2019 17:11:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=B5=81=E7=A8=8B=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/Ipa365Controller.class.php | 1 + Public/Sdk/css/ssg/common.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Application/Sdk/Controller/Ipa365Controller.class.php b/Application/Sdk/Controller/Ipa365Controller.class.php index c2beedbbc..f62e0ae57 100644 --- a/Application/Sdk/Controller/Ipa365Controller.class.php +++ b/Application/Sdk/Controller/Ipa365Controller.class.php @@ -185,6 +185,7 @@ class Ipa365Controller extends BaseController{ $this->assign("error","亲~您已购买过了~请到【订单查询】查看订单信息哟~"); $this->display('blank'); //$this->error("亲~您已购买过了~请到【订单查询】查看订单信息哟~"); + exit(); } else { $orderId = "SS_" . date('Ymd') . date('His') . sp_random_string(4); // 超级签 if (!$gameInfo['supersign_token']) { diff --git a/Public/Sdk/css/ssg/common.css b/Public/Sdk/css/ssg/common.css index 252df818c..fea7ceffc 100644 --- a/Public/Sdk/css/ssg/common.css +++ b/Public/Sdk/css/ssg/common.css @@ -356,7 +356,7 @@ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: # width: 2rem;height: 1.2rem; } .blank-box p{ - width: 100%;font-size: .16rem;text-align: center;line-height: 1.5; + width: 100%;font-size: .16rem;text-align: center;line-height: 1.5;margin-top: .3rem; } .blank-box .resbtn{ width: 100%;padding:.35rem 0 0;display: flex;justify-content: center;