闫增涛
2024-09-04 bfdd1a936731cf9b5f0d2c78d363cbb0ec93d941
packageDomain/pages/resourceDetails/myVideo/index.js
@@ -44,7 +44,8 @@
    videoError: false,
    videoLoading: false,
    progress: 0,
    playerList: []
    playerList: [],
    videoLoaidng: true
  },
  // 格式化笔记时间
  convertTimestamp(timestamp) {
@@ -298,6 +299,7 @@
  },
  timeUpdate(e) {
    console.log(2);
    let {
      currentTime,
      duration
@@ -597,6 +599,7 @@
    });
  },
  loadedmetadata(e) {
    console.log(1);
    this.setData({
      videoLoaidng: false
    })