diff --git a/Application/Sdk/View/default/UserH/platform_pay.html b/Application/Sdk/View/default/UserH/platform_pay.html index f6fbfd36..bc2f703c 100644 --- a/Application/Sdk/View/default/UserH/platform_pay.html +++ b/Application/Sdk/View/default/UserH/platform_pay.html @@ -310,8 +310,27 @@ } //快捷支付 function shorcut(){ - flag = false; - window.location.href =payurl; + $.ajax({ + 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").hide();