mirror of
https://github.com/201206030/novel.git
synced 2025-04-27 07:30:50 +00:00
修复弹幕console控制台报错
This commit is contained in:
parent
e2f154516a
commit
de0634de89
@ -404,6 +404,7 @@
|
||||
if(!eval(localStorage.getItem(isShowKey))){
|
||||
clearInterval(schedule);
|
||||
}
|
||||
if(data.length>i) {
|
||||
currentCreateTime = new Date(data[i].createTime).getTime();
|
||||
if (lastCreateTime && currentCreateTime - lastCreateTime > 60000 && sllepTime <= 3000) {
|
||||
if (sllepTime == 3000) {
|
||||
@ -420,6 +421,7 @@
|
||||
i++;
|
||||
lastCreateTime = currentCreateTime;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user