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') })