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