Commit e481b317 authored by 郭志伟's avatar 郭志伟

"perf: circular触发间隔优化"

parent e091bcda
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
this.curQueue = [...curQueue]; this.curQueue = [...curQueue];
setTimeout(() => { setTimeout(() => {
this.circular = circular; this.circular = circular;
}, 600); }, 400);
}, },
playCurrent (current) { playCurrent (current) {
this.$nextTick(() => { this.$nextTick(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment