From e3735e4b923e61930fb0109189162af5ad2f920d Mon Sep 17 00:00:00 2001 From: joshen Date: Mon, 21 Jul 2025 15:09:39 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue index 09f5fda3..fa5bb013 100644 --- a/src/views/study/coursenew.vue +++ b/src/views/study/coursenew.vue @@ -1445,11 +1445,12 @@ xmlhttp.onreadystatechange = function () { if (xmlhttp.readyState == 4) { if (xmlhttp.status == 200) { - clearTimeout(timer); - $this.Internet = 1; $this.protocolDialogVisible=true + clearTimeout(timer); + $this.Internet = 2; } else { clearTimeout(timer); + $this.Internet = 2; } } else {