소스 검색

Merge branch 'ol_12_30' into online

wolyshaw 4 년 전
부모
커밋
aecacfe32b
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) {