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;