|
|
@ -172,7 +172,13 @@
|
|
|
|
zhongji: middleArr.toString()
|
|
|
|
zhongji: middleArr.toString()
|
|
|
|
},
|
|
|
|
},
|
|
|
|
success: function (data) {
|
|
|
|
success: function (data) {
|
|
|
|
layer.msg(data.message, { icon: 1, time: 1500, shade: [0.1, '#000', true] });
|
|
|
|
if (data.success) {
|
|
|
|
|
|
|
|
layer.msg(data.message, { icon: 1, time: 2000, shade: [0.1, '#000', true] });
|
|
|
|
|
|
|
|
window.location = "./result.html";
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
layer.msg(data.message, { icon: 2, time: 2500, shade: [0.1, '#000', true] });
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|