平台币易宝支付提示

master
tping 5 years ago
parent 387f06f01a
commit 5d92e2a58f

@ -310,8 +310,27 @@
} }
//快捷支付 //快捷支付
function shorcut(){ function shorcut(){
flag = false; $.ajax({
window.location.href =payurl; type: "GET",
dataType: "json",
url: payurl,
data: {
},
success: function (r) {
flag = false;
if (r.code == 200) {
window.location.href = r.url;
} else {
$(".tipmsg").html(result.msg);
$(".msgdialog").show();
}
}
});
// flag = false;
// window.location.href =payurl;
} }
$(".payment_rest_btn").click(function(){ $(".payment_rest_btn").click(function(){
$(".payment_rest_btn").hide(); $(".payment_rest_btn").hide();

Loading…
Cancel
Save