From ff69e572d3d3220c09ac6bf57ce951932e1adfc4 Mon Sep 17 00:00:00 2001 From: gcd Date: Fri, 9 May 2025 21:48:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=97=A0=E7=BD=91=E7=BB=9C=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E6=8F=90=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/fetch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/fetch.js b/api/fetch.js index 2677eb4..e0a085d 100644 --- a/api/fetch.js +++ b/api/fetch.js @@ -30,7 +30,7 @@ class Fetch { } }, fail(err) { - helpers.showToast(err.errMsg) + helpers.showToast('网络异常') reject(err) } })