|
|
@ -362,6 +362,9 @@
|
|
|
|
'extend' : $("#extend").val(),
|
|
|
|
'extend' : $("#extend").val(),
|
|
|
|
},
|
|
|
|
},
|
|
|
|
success:function(res){
|
|
|
|
success:function(res){
|
|
|
|
|
|
|
|
if (res.code == 200) {
|
|
|
|
|
|
|
|
window.location.href = res.url;
|
|
|
|
|
|
|
|
}
|
|
|
|
// 返回列表数组,构造数据流模块
|
|
|
|
// 返回列表数组,构造数据流模块
|
|
|
|
if(res.status == 0){
|
|
|
|
if(res.status == 0){
|
|
|
|
$("#tipmsg").html(res.info);
|
|
|
|
$("#tipmsg").html(res.info);
|
|
|
@ -431,6 +434,9 @@
|
|
|
|
'phoneNo' : $("#phoneNo").val()
|
|
|
|
'phoneNo' : $("#phoneNo").val()
|
|
|
|
},
|
|
|
|
},
|
|
|
|
success:function(res){
|
|
|
|
success:function(res){
|
|
|
|
|
|
|
|
if (res.code == 200) {
|
|
|
|
|
|
|
|
window.location.href = res.url;
|
|
|
|
|
|
|
|
}
|
|
|
|
// 返回列表数组,构造数据流模块
|
|
|
|
// 返回列表数组,构造数据流模块
|
|
|
|
if (res.status == 1) {
|
|
|
|
if (res.status == 1) {
|
|
|
|
var time=60;
|
|
|
|
var time=60;
|
|
|
@ -490,6 +496,9 @@
|
|
|
|
'signCode' : code,
|
|
|
|
'signCode' : code,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
success:function(res){
|
|
|
|
success:function(res){
|
|
|
|
|
|
|
|
if (res.code == 200) {
|
|
|
|
|
|
|
|
window.location.href = res.url;
|
|
|
|
|
|
|
|
}
|
|
|
|
if (res.status == 1) {
|
|
|
|
if (res.status == 1) {
|
|
|
|
$("#tipmsg").html('签约成功');
|
|
|
|
$("#tipmsg").html('签约成功');
|
|
|
|
$("#bankdialog").hide();
|
|
|
|
$("#bankdialog").hide();
|
|
|
@ -546,6 +555,9 @@
|
|
|
|
url: "{:U('Shortcut/shortcut_pay')}" ,
|
|
|
|
url: "{:U('Shortcut/shortcut_pay')}" ,
|
|
|
|
data: $('#wfform').serialize(),
|
|
|
|
data: $('#wfform').serialize(),
|
|
|
|
success: function (result) {
|
|
|
|
success: function (result) {
|
|
|
|
|
|
|
|
if (res.code == 200) {
|
|
|
|
|
|
|
|
window.location.href = res.url;
|
|
|
|
|
|
|
|
}
|
|
|
|
btnpay = false;
|
|
|
|
btnpay = false;
|
|
|
|
//处理结果
|
|
|
|
//处理结果
|
|
|
|
if(result.status == 0){
|
|
|
|
if(result.status == 0){
|
|
|
|