rwd
litian
2024-09-27 46227c41fe5dab991f6c9ab30c9bb318e6eea4fa
packageDomain/pages/resourceDetails/myVideo/index.js
@@ -143,6 +143,10 @@
    if (wx.getStorageSync(app.config.tokenKey)) {
      let duration = this.data.pauseTime - this.data.startTime
      this.count(duration)
      if (this.data.formPath == 'jsek_cloudLearning') {
        let cloudDuration = this.data.pauseTime - this.data.learnStartTime
        this.cloudCount(cloudDuration)
      }
    }
    this.setPlayerList()
  },
@@ -159,7 +163,7 @@
      this.count(duration)
    }
    this.setPlayerList()
    if (this.data.fromPath == 'jsek_cloudLearning') {
    if (this.data.formPath == 'jsek_cloudLearning') {
      let cloudDuration = this.data.pauseTime - this.data.learnStartTime
      this.cloudCount(cloudDuration)
    }