diff --git a/extend/payment/Weixin.php b/extend/payment/Weixin.php index 0ad3e2fe0844146b7dd2911e469d18bba5f52730..73bb89798ff653e8f3e260e55c697d75bad87be4 100755 --- a/extend/payment/Weixin.php +++ b/extend/payment/Weixin.php @@ -226,12 +226,6 @@ class Weixin if(res.err_msg == "get_brand_wcpay_request:ok" ) { Prompt(result.msg, "success"); - {{if !empty($redirect_url)}} - setTimeout(function() - { - window.location.href = "{{$redirect_url}}"; - }, 1500); - {{/if}} } else if(res.err_msg == "get_brand_wcpay_request:cancel") { Prompt("用户取消");