| | |
| | | @click="dotJump(item.offset)" |
| | | ></div> |
| | | <div |
| | | v-if="checkType === 2" |
| | | v-if="checkType === 2 || checkType === 3" |
| | | class="self-dot" |
| | | :class=" |
| | | curVideo.IsOperate == '11' && |
| | |
| | | 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 ( |
| | | item.text.indexOf("瞭望") > -1 || |
| | | item.text.indexOf("人数变化") > -1 |
| | | ) { |
| | | this.checkType = 3; |
| | | } else { |
| | | this.checkType = 1; |
| | | } |
| | |
| | | if ( |
| | | text.indexOf("玩手机") > -1 || |
| | | text.indexOf("趴伏") > -1 || |
| | | text.indexOf("仰卧") > -1 |
| | | text.indexOf("仰卧") > -1 || |
| | | text.indexOf("仰坐") > -1 |
| | | ) { |
| | | return "red"; |
| | | } |
| | |
| | | return ( |
| | | x.text.indexOf("玩手机") > -1 || |
| | | x.text.indexOf("趴伏") > -1 || |
| | | x.text.indexOf("仰卧") > -1 |
| | | x.text.indexOf("仰卧") > -1 || |
| | | x.text.indexOf("仰坐") > -1 |
| | | ); |
| | | }); |
| | | } |