This commit is contained in:
parent
bad6862f0d
commit
ad093282d1
|
@ -114,7 +114,9 @@ watch(
|
|||
insertVideo();
|
||||
}
|
||||
nextTick(() => {
|
||||
loadVideo();
|
||||
setTimeout(() => {
|
||||
loadVideo();
|
||||
}, 300);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
@ -125,7 +125,7 @@ watch(
|
|||
nextTick(() => {
|
||||
setTimeout(() => {
|
||||
loadVideo();
|
||||
}, 2000);
|
||||
}, 300);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue