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函数 }