Browse Source

Merge branch 'merge_music' into ol_12_30

wolyshaw 4 năm trước cách đây
mục cha
commit
9171c04be6
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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) {