|
@@ -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`, '项目路演');
|
|
|
}
|
|
|
},
|