支付流程修改

master
zhengchanglong 5 years ago
parent 86040c88c6
commit f0dc10cd60

@ -185,6 +185,7 @@ class Ipa365Controller extends BaseController{
$this->assign("error","亲~您已购买过了~请到【订单查询】查看订单信息哟~"); $this->assign("error","亲~您已购买过了~请到【订单查询】查看订单信息哟~");
$this->display('blank'); $this->display('blank');
//$this->error("亲~您已购买过了~请到【订单查询】查看订单信息哟~"); //$this->error("亲~您已购买过了~请到【订单查询】查看订单信息哟~");
exit();
} else { } else {
$orderId = "SS_" . date('Ymd') . date('His') . sp_random_string(4); // 超级签 $orderId = "SS_" . date('Ymd') . date('His') . sp_random_string(4); // 超级签
if (!$gameInfo['supersign_token']) { if (!$gameInfo['supersign_token']) {

@ -356,7 +356,7 @@ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #
width: 2rem;height: 1.2rem; width: 2rem;height: 1.2rem;
} }
.blank-box p{ .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{ .blank-box .resbtn{
width: 100%;padding:.35rem 0 0;display: flex;justify-content: center; width: 100%;padding:.35rem 0 0;display: flex;justify-content: center;

Loading…
Cancel
Save