diff --git a/Application/Sdk/View/default/UserH/platform_pay.html b/Application/Sdk/View/default/UserH/platform_pay.html index 5caa45ae..ef88794d 100644 --- a/Application/Sdk/View/default/UserH/platform_pay.html +++ b/Application/Sdk/View/default/UserH/platform_pay.html @@ -153,7 +153,7 @@ }, success: function (r) { - if (r.status == 1) { + if (r.code == 200) { window.location.href = r.data; } else { $("#tipmsg").html(r.msg);