From bc03b2c30e3e2c3ef388e51b39a1ca0278d8bd64 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 11 Oct 2024 10:00:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=85=A8=E9=83=A8=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E6=8B=A6=E6=88=AA=E6=8F=90=E7=A4=BA=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E7=9A=84icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/yskApi/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/yskApi/http.js b/http/yskApi/http.js index 631033a..47ef1f2 100644 --- a/http/yskApi/http.js +++ b/http/yskApi/http.js @@ -88,7 +88,7 @@ function commonsProcess(showLoading, httpReqCallback) { // http响应码不正确 if (statusCode != 200 && statusCode != 204 && statusCode != 201) { isShowErrorToast = true - infoBox.showErrorToast(data.message || '服务器异常') + infoBox.showToast(data.message || '服务器异常') return Promise.reject(bodyData) // 跳转到catch函数 }