From fdd42b3afe24e2b61ceb73fa20a470076d0263db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Mon, 3 Sep 2018 13:42:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=BB=98=E8=AE=A4=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/order/views/gm/confirm_order.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/order/views/gm/confirm_order.php b/application/third_party/order/views/gm/confirm_order.php index 17c7c123..e5b87dce 100644 --- a/application/third_party/order/views/gm/confirm_order.php +++ b/application/third_party/order/views/gm/confirm_order.php @@ -437,7 +437,7 @@ $(document).ready(function(){ data: data, success: function(json_data) { if (json_data.status == 'ok') { - location.href='/secureinfoconfirm/confirm/index'; + location.href='/secureinfoconfirm/confirm/index/0/0/0/gm'; } else { $btn.button('reset'); $('#myModal').modal('show');