From 2d46369bf72e7243b27ca9fc555cb667350fa42b Mon Sep 17 00:00:00 2001 From: fxxian Date: Mon, 8 Apr 2024 14:38:18 +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 5e5301c..dbea9b6 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(5000).then(() => { + this.sleep(7000).then(() => { this.clearCountLoading = false this.$emit('countClear') })