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