Commit 21d6d60a by zhanghaozhe

弹幕

parent 42ea043a
......@@ -30,7 +30,6 @@ class Barrage extends Component {
if (now >= period.start && now <= period.end) {
this.timer = setTimeout(() => {
this.getList()
this.setupBarrage()
}, period.interval)
break
}
......
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