From 6b7487de460644fe93151be331ce3879237aa169 Mon Sep 17 00:00:00 2001 From: SuchJack <2640808535@qq.com> Date: Thu, 15 May 2025 17:55:51 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A"showError=E4=B8=BAfalse"=E6=97=B6?= =?UTF-8?q?=E5=BC=B9=E6=8A=A5=E9=94=99=E4=BF=A1=E6=81=AF=EF=BC=8C=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E4=B8=8D=E7=AC=A6=E9=80=BB=E8=BE=91=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sheep/request/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sheep/request/index.js b/sheep/request/index.js index f4056ad0..03eb5767 100644 --- a/sheep/request/index.js +++ b/sheep/request/index.js @@ -204,7 +204,7 @@ http.interceptors.response.use( } if (error && error.config) { - if (error.config.custom.showError === false) { + if (error.config.custom.showError) { uni.showToast({ title: error.data?.msg || errorMessage, icon: 'none',