闫增涛
2024-07-23 3421d45a2e91157c37da68586ea8ab8c594b8302
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
    })