ZZJ
2021-11-08 ea4f93ac21611943cd2111b7f1680540f66df7cf
src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
@@ -549,8 +549,9 @@
      this.showPlayBtn = false;
      if (this.guid == 1) {
        this.$refs[`player_${this.curVideo.id}`][0].play();
        this.maxDuration =
          this.$refs[`player_${this.curVideo.id}`][0].getDuration();
        this.maxDuration = this.$refs[
          `player_${this.curVideo.id}`
        ][0].getDuration();
      } else {
        this.videoArrs.forEach((v) => {
          this.$refs[`player_${v.id}`][0].play();
@@ -579,8 +580,9 @@
        this.$refs[`player_${this.curVideo.id}`][0].seek(val);
        // this.$refs[`player_${this.curVideo.ID}`][0].play();
        setTimeout(() => {
          let curT =
            that.$refs[`player_${that.curVideo.ID}`][0].getCurrentTime();
          let curT = that.$refs[
            `player_${that.curVideo.ID}`
          ][0].getCurrentTime();
        }, 600);
      } else {
        this.videoArrs.forEach((v, i) => {
@@ -720,6 +722,13 @@
      if (text.indexOf("过分相") > -1) {
        return "blue";
      }
      if (
        text.indexOf("玩手机") > -1 ||
        text.indexOf("趴伏") > -1 ||
        text.indexOf("仰卧") > -1
      ) {
        return "red";
      }
      return "";
    },
    refreshCurVideoLabel(video) {