Browse Source

Update index.vue

王新雷 4 years ago
parent
commit
a946758b7d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/teamBuild/index.vue

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

@@ -80,7 +80,7 @@ export default {
   name: "teamBuild",
   data() {
     return {
-      activeIndex: 2,
+      activeIndex: 0,
       stepImgs: {
         nol: require("@/assets/images/base/step-arrow-active.png"),
         active: require("@/assets/images/base/step-arrow.png"),
@@ -94,7 +94,7 @@ export default {
   },
   created() {
     // 判断 是新建乐团还是修改乐团
-    this.activeIndex = 2;
+    this.activeIndex = 0;
     this.init();
   },
   activated() {
@@ -121,7 +121,7 @@ export default {
          this.activeIndex = 0;
       } else {
         this.pageName = "乐团修改";
-         this.activeIndex = 2;
+         this.activeIndex = 0;
       }
     },
     chiosetab(val) {