From 417f190cd70b9cd5067be4271b4ea7ecfab8a427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Thu, 24 May 2018 13:53:36 +0800 Subject: [PATCH] =?UTF-8?q?CT=E5=AE=A2=E4=BA=BA=E4=BF=A1=E6=81=AF=E5=A1=AB?= =?UTF-8?q?=E5=86=99=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E8=B0=83=E7=94=A8?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/order/views/ct/confirm_order.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/order/views/ct/confirm_order.php b/application/third_party/order/views/ct/confirm_order.php index 1db9d276..48ec0194 100644 --- a/application/third_party/order/views/ct/confirm_order.php +++ b/application/third_party/order/views/ct/confirm_order.php @@ -643,7 +643,7 @@ $(document).ready(function(){ data: data, success: function(json_data) { if (json_data.status == 'ok') { - location.href=''; + location.href=''; } else { $btn.button('reset'); $('#myModal').modal('show');