@cc-component/cc-video 1.1.8 → 1.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -123,7 +123,7 @@ export class VideoManager {
|
|
|
123
123
|
|
|
124
124
|
this.baseVideo.onVideoEnd = () => {
|
|
125
125
|
if (VideoManager.instance.Debug)
|
|
126
|
-
console.warn("视频:视频播放完成")
|
|
126
|
+
console.warn("视频:视频播放完成 ")
|
|
127
127
|
const taskId = 'mainVideoList';
|
|
128
128
|
if (this.playTasks.has(taskId)) {
|
|
129
129
|
const task = this.playTasks.get(taskId);
|