ZZJ
2021-11-10 30117a7f6ecac0ce5677aee3410dc659445cc0a8
问题修复
1个文件已修改
9 ■■■■■ 已修改文件
src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
@@ -724,7 +724,8 @@
          if (
            item.text.indexOf("玩手机") > -1 ||
            item.text.indexOf("趴伏") > -1 ||
            item.text.indexOf("仰卧") > -1
            item.text.indexOf("仰卧") > -1 ||
            item.text.indexOf("仰坐") > -1
          ) {
            this.checkType = 2;
          } else if (
@@ -757,7 +758,8 @@
      if (
        text.indexOf("玩手机") > -1 ||
        text.indexOf("趴伏") > -1 ||
        text.indexOf("仰卧") > -1
        text.indexOf("仰卧") > -1 ||
        text.indexOf("仰坐") > -1
      ) {
        return "red";
      }
@@ -973,7 +975,8 @@
          return (
            x.text.indexOf("玩手机") > -1 ||
            x.text.indexOf("趴伏") > -1 ||
            x.text.indexOf("仰卧") > -1
            x.text.indexOf("仰卧") > -1 ||
            x.text.indexOf("仰坐") > -1
          );
        });
      }