zhangzengfei
2021-09-15 829517bc9c6ff792c93be3ddbeff0e4d1dfca648
fix run serve. user npm 7.12.0
1个文件已修改
14 ■■■■ 已修改文件
src/pages/changchunTrack/index/Video.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/changchunTrack/index/Video.vue
@@ -727,16 +727,24 @@
      if (this.videoNum2Play <= 5) {
        this.guid = 3;
        return 5;
      } else if (this.videoNum2Play <= 7) {
      }
      if (this.videoNum2Play <= 7) {
        this.guid = 4;
        return 7;
      } else if (this.videoNum2Play <= 12) {
      }
      if (this.videoNum2Play <= 12) {
        this.guid = 4;
        return 12;
      } else if (this.videoNum2Play <= 16) {
      }
      if (this.videoNum2Play <= 16) {
        this.guid = 5;
        return 16;
      }
              this.guid = 5;
        return 16;
    },
    nextIndex() {
      if (this.centerIndex == this.list2TakeTurn.length - 1) {