From f8c566a78ee33fe09aaf1005ae204544e3f566ae Mon Sep 17 00:00:00 2001 From: devil_gong Date: Fri, 24 May 2019 19:33:06 +0800 Subject: [PATCH] wx pay debug --- extend/payment/Weixin.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/extend/payment/Weixin.php b/extend/payment/Weixin.php index 0ad3e2fe0..73bb89798 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("用户取消"); -- GitLab