From 70d9e547f3b4d729c4358cbb6fd6cf74c3bd52b6 Mon Sep 17 00:00:00 2001 From: fxxian Date: Mon, 8 Apr 2024 14:34:26 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8A=A0=E5=A4=A7=E6=B8=85=E9=9B=B6?= =?UTF-8?q?=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/counter/components/screen.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/counter/components/screen.vue b/src/views/counter/components/screen.vue index 33cac30..5e5301c 100644 --- a/src/views/counter/components/screen.vue +++ b/src/views/counter/components/screen.vue @@ -149,7 +149,7 @@ export default { } else { await this.sendRemoteControlCommand('countClear') this.clearCountLoading = true - this.sleep(4000).then(() => { + this.sleep(5000).then(() => { this.clearCountLoading = false this.$emit('countClear') })