From 976daeb5e3a17a56904de3b8ff26aafe7d3d40d9 Mon Sep 17 00:00:00 2001 From: joshen Date: Mon, 21 Jul 2025 18:36:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/study/courseStudy.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/study/courseStudy.vue b/pages/study/courseStudy.vue index cc09d62..3594f5d 100644 --- a/pages/study/courseStudy.vue +++ b/pages/study/courseStudy.vue @@ -652,11 +652,11 @@ if (xmlhttp.readyState == 4) { if (xmlhttp.status == 200) { clearTimeout(timer); - $this.Internet = 2; - $this.protocolDialogVisible=true + $this.Internet = 1; } else { clearTimeout(timer); $this.Internet = 2; + $this.protocolDialogVisible=true } } else { if (timedOut) return;//忽略中止请求