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