| | |
| | | for (let key in this.isShowSelect) { |
| | | this.isShowSelect[key] = false |
| | | } |
| | | if (num == 1) { |
| | | this.$refs.videoSelect1.blur() |
| | | } else if (num == 2) { |
| | | this.$refs.videoSelect2.blur() |
| | | } else if (num == 3) { |
| | | this.$refs.videoSelect3.blur() |
| | | } else if (num == 4) { |
| | | this.$refs.videoSelect4.blur() |
| | | } else if (num == 5) { |
| | | this.$refs.videoSelect5.blur() |
| | | } else if (num == 6) { |
| | | this.$refs.videoSelect6.blur() |
| | | } else if (num == 7) { |
| | | this.$refs.videoSelect7.blur() |
| | | } else if (num == 8) { |
| | | this.$refs.videoSelect8.blur() |
| | | } |
| | | this.isShowSelect[`video${num}`] = true |
| | | }, |
| | | |