This commit is contained in:
2024-11-22 01:05:28 +08:00
parent 35b014c585
commit 2982146e98
2 changed files with 12 additions and 2 deletions

View File

@@ -223,9 +223,10 @@
videoId = options.id;
getPlayerVideo(roomId, options.id)
.then(data => {
console.log(data)
setTimeout(function () {
playVideo(data.data)
}, 300)
}, 1000)
});
initChart(roomId, options.id)