@cc-component/cc-video 1.2.4 → 1.2.6

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.
@@ -195,7 +195,7 @@ export class VideoPlayWX extends BaseVideo {
195
195
  this.videoPlayer.x = 2000;
196
196
  this.stop()
197
197
  this.isReady = false;
198
- console.error(this.videoPlayer)
198
+ // console.error(this.videoPlayer)
199
199
  //this.seek(0)
200
200
  // this.videoPlayer.src = '';
201
201
  //this.videoPlayer.destroy()
@@ -48,7 +48,6 @@ export class VideoPlayWeb extends BaseVideo {
48
48
  node.on(VideoPlayer.EventType.PLAYING, this.playIng, this);
49
49
  node.on(VideoPlayer.EventType.COMPLETED, this.videoEnd, this);
50
50
  node.on(VideoPlayer.EventType.ERROR, this.videoError, this);
51
- console.error(node)
52
51
 
53
52
  comp.resourceType = VideoPlayer.ResourceType.REMOTE;
54
53
  comp.stayOnBottom = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cc-component/cc-video",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "engine": ">=3.8.6",
5
5
  "description": "系统组件添加常用扩展方法",
6
6
  "main": "index.ts",