From be05ce32fcea7e9b9ef25727ecc29ea362e4f1dc Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Sun, 8 Dec 2019 22:21:13 +0800 Subject: [PATCH] =?UTF-8?q?fix[litemall-wx]:=20=E6=98=BE=E7=A4=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-wx/pages/checkout/checkout.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/litemall-wx/pages/checkout/checkout.js b/litemall-wx/pages/checkout/checkout.js index f5b2fc9d..632ed730 100644 --- a/litemall-wx/pages/checkout/checkout.js +++ b/litemall-wx/pages/checkout/checkout.js @@ -199,9 +199,7 @@ Page({ }); } else { - wx.redirectTo({ - url: '/pages/payResult/payResult?status=0&orderId=' + orderId - }); + util.showErrorToast(res.errmsg); } }); }