From f4c9b921bbf824af688188b945d46de927eb068a Mon Sep 17 00:00:00 2001 From: joshen Date: Mon, 21 Jul 2025 15:02:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=8F=82=E6=95=B0=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/coursenew.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue index cbb5f130..09f5fda3 100644 --- a/src/views/study/coursenew.vue +++ b/src/views/study/coursenew.vue @@ -1444,7 +1444,7 @@ xmlhttp.send(); xmlhttp.onreadystatechange = function () { if (xmlhttp.readyState == 4) { - if (xmlhttp.status != 200) { + if (xmlhttp.status == 200) { clearTimeout(timer); $this.Internet = 1; $this.protocolDialogVisible=true