From 7aa1f6881359c3474fdb058f83a41b88ad009664 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 13 Jun 2022 20:14:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E5=BA=93=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=BC=81=E5=BE=AE=E7=AB=AF=E7=99=BB=E5=BD=95,=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/modules.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/modules.js b/src/common/modules.js index 2bed1eba..296b5d14 100644 --- a/src/common/modules.js +++ b/src/common/modules.js @@ -100,8 +100,6 @@ export const config = { if (res?.access_token) { return [res?.token_type, res?.access_token].join(" ").trim() } else return Promise.reject(res.msg) - }).catch(err => { - uni.showToast({title: err, icon: 'none'}) }) } }