From 467b7a0cba9ddcb4e0b154a08fff387b138f62fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E5=BE=88=E5=B7=AE=E5=95=A6?= <17633066053@163.com> Date: Tue, 21 Mar 2023 15:49:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E6=94=B9=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E6=B5=8F=E8=A7=88=E5=99=A8=E4=B8=AD=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=94=A4=E8=B5=B7=E6=94=AF=E4=BB=98=E6=98=BE=E7=A4=BA=E6=A1=86?= =?UTF-8?q?=E4=B8=8D=E5=85=B3=E9=97=ADbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cart/payment/payOrder.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/cart/payment/payOrder.vue b/pages/cart/payment/payOrder.vue index a145a4b..2cbe0af 100644 --- a/pages/cart/payment/payOrder.vue +++ b/pages/cart/payment/payOrder.vue @@ -334,6 +334,7 @@ } } ); + uni.hideLoading(); } else { window.location.href = JSON.parse(response.result).h5_url; }