From 7d4c53fbd09bda421a07db1d56d716ea42a01f8e Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Tue, 23 Jan 2024 17:36:22 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app

---
 http/api.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/http/api.js b/http/api.js
index 424291e..906b413 100644
--- a/http/api.js
+++ b/http/api.js
@@ -100,7 +100,7 @@
 	//数据中台返回的数据结果
 	if (response.statusCode) {
 		// uni.hideLoading()
-		if (response.statusCode !== 200) {
+		if (response.statusCode >= 300) {
 			console.log(response.data.msg)
 			uni.showToast({
 				title: '系统繁忙,请稍后再试',

--
Gitblit v1.9.3