浏览代码

Merge branch 'merge_music' into ol_12_30

wolyshaw 4 年之前
父节点
当前提交
9171c04be6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/teamBuild/index.vue

+ 2 - 2
src/views/teamBuild/index.vue

@@ -73,10 +73,10 @@ export default {
       if (this.teamStatus == "newTeam") {
         // 新建团
         this.pageName = "建团申请";
-        // this.activeIndex = 0;
+        this.activeIndex = 0;
       } else {
         this.pageName = "乐团修改";
-        // this.activeIndex = 0;
+        this.activeIndex = 0;
       }
     },
     chiosetab (val) {