litian
2024-08-30 122ca12cbb46a7fe9fc3489ad8310a6f3991fcfb
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
    })