Jelajahi Sumber

Merge branch 'merge_music' into ol_12_30

wolyshaw 4 tahun lalu
induk
melakukan
9171c04be6
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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") {
       if (this.teamStatus == "newTeam") {
         // 新建团
         // 新建团
         this.pageName = "建团申请";
         this.pageName = "建团申请";
-        // this.activeIndex = 0;
+        this.activeIndex = 0;
       } else {
       } else {
         this.pageName = "乐团修改";
         this.pageName = "乐团修改";
-        // this.activeIndex = 0;
+        this.activeIndex = 0;
       }
       }
     },
     },
     chiosetab (val) {
     chiosetab (val) {