chore: 加大清零等待时间
This commit is contained in:
parent
60f0deaa55
commit
70d9e547f3
|
@ -149,7 +149,7 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
await this.sendRemoteControlCommand('countClear')
|
await this.sendRemoteControlCommand('countClear')
|
||||||
this.clearCountLoading = true
|
this.clearCountLoading = true
|
||||||
this.sleep(4000).then(() => {
|
this.sleep(5000).then(() => {
|
||||||
this.clearCountLoading = false
|
this.clearCountLoading = false
|
||||||
this.$emit('countClear')
|
this.$emit('countClear')
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue