|
|
|
@ -43,12 +43,12 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="heard">
|
|
|
|
|
<div class="heard_box">
|
|
|
|
|
<a onclick="history.back(-1);"></a>
|
|
|
|
|
银行卡快捷支付
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <div class="heard">-->
|
|
|
|
|
<!-- <div class="heard_box">-->
|
|
|
|
|
<!-- <a onclick="history.back(-1);"></a>-->
|
|
|
|
|
<!-- 银行卡快捷支付-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<form id="wfform" name="wfform" method="post" action="{:U('Shortcut/shortcut_pay')}" target="_parent" >
|
|
|
|
|
<div class="containner">
|
|
|
|
|
<div class="bank_select">
|
|
|
|
@ -347,6 +347,13 @@
|
|
|
|
|
<div class="forbid_close"><img src="img/close2.png" alt=""></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="loading" style="width: 3.5rem;height: 3.36rem;margin-left: -1.78rem;display: none">
|
|
|
|
|
<div class="forbid_pay">
|
|
|
|
|
<img src="__IMG__/load.gif" alt="">
|
|
|
|
|
<div>加载中...</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- 横屏 -->
|
|
|
|
@ -369,7 +376,7 @@
|
|
|
|
|
<div class="order_windowbox">
|
|
|
|
|
<div class="title">银行卡签约</div>
|
|
|
|
|
<div class="del">该银行卡未签约,无法进行充值,请获取短信验证进行签约</div>
|
|
|
|
|
<div class="phone phone_heng">手机号:<span>18000000000 </span></div>
|
|
|
|
|
<div class="phone phone_heng" style="display: none">手机号:<span>18000000000 </span></div>
|
|
|
|
|
<div class="code">
|
|
|
|
|
<input type="text" placeholder="请输入验证码" id="sign_code_heng">
|
|
|
|
|
<div onclick="getSignSms_heng()" id="sign_sms_heng">获取验证码</div>
|
|
|
|
@ -381,12 +388,12 @@
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="heard">
|
|
|
|
|
<div class="heard_box">
|
|
|
|
|
<a onclick="history.back(-1);"></a>
|
|
|
|
|
银行卡快捷支付
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <div class="heard">-->
|
|
|
|
|
<!-- <div class="heard_box">-->
|
|
|
|
|
<!-- <a onclick="history.back(-1);"></a>-->
|
|
|
|
|
<!-- 银行卡快捷支付-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<form id="wfform_heng" name="wfform_heng" method="post" action="{:U('Shortcut/shortcut_pay')}" target="_parent" >
|
|
|
|
|
<div class="containner">
|
|
|
|
|
<div class="bank_select">
|
|
|
|
@ -663,7 +670,7 @@
|
|
|
|
|
<div><input type="text" placeholder="请输入验证码" id="smsCode_heng" name="smsCode" > <img src="__IMG__/shortcut/dacha.png" alt=""> </div>
|
|
|
|
|
<div id="sms_heng" onclick="getSms_heng()" >获取验证码</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="payment_input_phone">验证码已发送至:<span>18000000000</span></div>
|
|
|
|
|
<div class="payment_input_phone" style="display: none">验证码已发送至:<span>18000000000</span></div>
|
|
|
|
|
<div class="payment_input_phone_btn_heng">确认</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -680,6 +687,13 @@
|
|
|
|
|
<div class="forbid_close"><img src="img/close2.png" alt=""></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="loading" style="display: none;height: 2.36rem;margin-top: -1.18rem;">
|
|
|
|
|
<div class="forbid_pay ">
|
|
|
|
|
<img src="__IMG__/load.gif" alt="" style="margin-bottom: 0">
|
|
|
|
|
<div>加载中...</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
@ -906,15 +920,15 @@ $(function (){
|
|
|
|
|
$(".bank_mode").hide();
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$("#phoneNo").blur(function(){
|
|
|
|
|
$(".phone").children().text($(this).val());
|
|
|
|
|
$('.payment_input_phone').children().text($("#phoneNo").val());
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$("#phoneNo_heng").blur(function(){
|
|
|
|
|
$(".phone_heng").children().text($(this).val());
|
|
|
|
|
$('.payment_input_phone').children().text($("#phoneNo_heng").val());
|
|
|
|
|
});
|
|
|
|
|
// $("#phoneNo").blur(function(){
|
|
|
|
|
// $(".phone").children().text($(this).val());
|
|
|
|
|
// $('.payment_input_phone').children().text($("#phoneNo").val());
|
|
|
|
|
// });
|
|
|
|
|
//
|
|
|
|
|
// $("#phoneNo_heng").blur(function(){
|
|
|
|
|
// $(".phone_heng").children().text($(this).val());
|
|
|
|
|
// $('.payment_input_phone').children().text($("#phoneNo_heng").val());
|
|
|
|
|
// });
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(".bank_select_box").click(function(){
|
|
|
|
@ -1135,6 +1149,10 @@ function getSms() {
|
|
|
|
|
var time=60;
|
|
|
|
|
if (validCode) {
|
|
|
|
|
validCode=false;
|
|
|
|
|
|
|
|
|
|
$(".phone").children().text($("#phoneNo").val());
|
|
|
|
|
$('.payment_input_phone').children().text($("#phoneNo").val());
|
|
|
|
|
|
|
|
|
|
var t=setInterval(function () {
|
|
|
|
|
time--;
|
|
|
|
|
sms.innerText=time+"秒"
|
|
|
|
@ -1209,6 +1227,10 @@ function getSms_heng() {
|
|
|
|
|
var time=60;
|
|
|
|
|
if (validCode) {
|
|
|
|
|
validCode=false;
|
|
|
|
|
|
|
|
|
|
$(".phone_heng").children().text($("#phoneNo_heng").val());
|
|
|
|
|
$('.payment_input_phone').children().text($("#phoneNo_heng").val());
|
|
|
|
|
|
|
|
|
|
var t=setInterval(function () {
|
|
|
|
|
time--;
|
|
|
|
|
sms.innerText=time+"秒"
|
|
|
|
@ -1278,6 +1300,7 @@ $(".payment_input_phone_btn").click(function(){
|
|
|
|
|
}
|
|
|
|
|
if(isok){
|
|
|
|
|
btnpay = true;
|
|
|
|
|
$(".loading").show();
|
|
|
|
|
// Tip.loadShow();
|
|
|
|
|
$.ajax({
|
|
|
|
|
type: "POST",
|
|
|
|
@ -1301,13 +1324,16 @@ $(".payment_input_phone_btn").click(function(){
|
|
|
|
|
}else{
|
|
|
|
|
Tip.msgShow('未知信息');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$(".loading").hide();
|
|
|
|
|
},
|
|
|
|
|
error: function() {
|
|
|
|
|
btnpay = false;
|
|
|
|
|
Tip.msgShow('网络请求异常,请稍后再试');
|
|
|
|
|
$(".loading").hide();
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
$("#wfform").submit();
|
|
|
|
|
// $("#wfform").submit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
@ -1341,6 +1367,7 @@ $(".payment_input_phone_btn_heng").click(function(){
|
|
|
|
|
isok = false;
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
$(".loading").show();
|
|
|
|
|
if(isok){
|
|
|
|
|
btnpay = true;
|
|
|
|
|
// Tip.loadShow();
|
|
|
|
@ -1367,10 +1394,12 @@ $(".payment_input_phone_btn_heng").click(function(){
|
|
|
|
|
}else{
|
|
|
|
|
Tip.msgShow('未知信息');
|
|
|
|
|
}
|
|
|
|
|
$(".loading").hide();
|
|
|
|
|
},
|
|
|
|
|
error: function() {
|
|
|
|
|
btnpay = false;
|
|
|
|
|
Tip.msgShow('网络请求异常,请稍后再试');
|
|
|
|
|
$(".loading").hide();
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
// $("#wfform").submit();
|
|
|
|
|