wxy 4 years ago
parent
commit
4710d021f6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/live/index.vue

+ 3 - 0
src/views/live/index.vue

@@ -128,8 +128,10 @@ export default {
       // console.log(index);
       this.$set(this, `itemIndex`, index);
       if (index == 0) {
+        this.$set(this, `show`, false);
         this.$set(this, `title`, '在线展会');
       } else if (index == 1) {
+        this.$set(this, `show`, false);
         this.$set(this, `title`, '科技频道');
       } else if (index == 2) {
         if (this.chooseText == '嘉宾访谈') {
@@ -138,6 +140,7 @@ export default {
           this.$set(this, `title`, '技能培训');
         }
       } else if (index == 3) {
+        this.$set(this, `show`, false);
         this.$set(this, `title`, '项目路演');
       }
     },