修改超级签名BUG

master
zhengchanglong 5 years ago
parent a544978349
commit f80ebc8583

@ -83,7 +83,7 @@ body{
<a href="{$callback}" style="line-height:1rem;font-size:.28rem;text-align: center;color: red;width: 100%;display: block;border-top: 1px solid #f5f5f5;border-bottom: 1px solid #f5f5f5;"> <a href="{$callback}" style="line-height:1rem;font-size:.28rem;text-align: center;color: red;width: 100%;display: block;border-top: 1px solid #f5f5f5;border-bottom: 1px solid #f5f5f5;">
已完成支付 已完成支付
</a> </a>
<a href="javascript:" style="line-height:1rem;font-size:.28rem;text-align: center;color: #A9A9A9;width: 100%;display: block;" onclick="javascript;location.reload();"> <a href="javascript:location.reload();" style="height:1rem;line-height:1rem;font-size:.28rem;text-align: center;color: #A9A9A9;width: 100%;display: block;">
支付遇到问题,重新支付 支付遇到问题,重新支付
</a> </a>
</div> </div>
@ -143,7 +143,8 @@ body{
window.location.href = pay_url; window.location.href = pay_url;
}else{ }else{
showAlert(); showAlert();
window.open(pay_url,"_blank"); window.location.href = pay_url;
//window.open(pay_url,"_blank");
} }
/*if(isWeiXin()){ /*if(isWeiXin()){
window.location.href = "/sdk.php/Ipa365/paytip/order_id/"+order_id; window.location.href = "/sdk.php/Ipa365/paytip/order_id/"+order_id;

Loading…
Cancel
Save