@cc-component/cc-video 1.1.8 → 1.2.0

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.
@@ -118,12 +118,12 @@ export class VideoManager {
118
118
  };
119
119
  this.baseVideo.onError = (err) => {
120
120
  this.isError = true;
121
- console.error("视频报错了", err)
121
+ console.error("视频报错了 ", err)
122
122
  };
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cc-component/cc-video",
3
- "version": "1.1.8",
3
+ "version": "1.2.0",
4
4
  "engine": ">=3.8.6",
5
5
  "description": "系统组件添加常用扩展方法",
6
6
  "main": "index.ts",