mo 4 năm trước cách đây
mục cha
commit
07a5912427
1 tập tin đã thay đổi với 1 bổ sung18 xóa
  1. 1 18
      src/views/teamBuild/index.vue

+ 1 - 18
src/views/teamBuild/index.vue

@@ -29,17 +29,6 @@
                alt=""
                class="arrow" />
         </span>
-        <!--  @click="activeIndex = 2" -->
-        <!-- <span class="stepspan stepspan3"
-              v-if="showFlag?activeIndex  >=  2:true">
-          <div class="step2 sptep"
-               :class="activeIndex  >=  2 ? 'activestep' : ''">
-            创建缴费
-          </div>
-          <img :src="activeIndex >= 2 ? stepImgs.nol : stepImgs.active"
-               alt=""
-               class="arrow" />
-        </span> -->
       </div>
 
       <!-- 下面显示的内容 -->
@@ -55,11 +44,6 @@
                           :getTeamList="getTeamList"
                           @getBaseInfo="getBaseInfo" />
         </div>
-        <!-- <div v-if="activeIndex == 2">
-          <teamPayInfo @chiosetab="chiosetab"
-                       :getTeamList="getTeamList"
-                       :baseInfo="baseInfo" />
-        </div> -->
       </div>
     </div>
   </div>
@@ -89,7 +73,7 @@ export default {
     this.init();
   },
   activated () {
-    this.init();
+    // this.init();
   },
   methods: {
     init () {
@@ -108,7 +92,6 @@ export default {
       }
     },
     chiosetab (val) {
-        console.log('上一步调用',val)
       this.activeIndex = val;
       if (val == 0 && this.teamStatus != "newTeam" || val == 0 && this.teamStatus != "feeAudit") {
         this.$refs.teamBaseInfo.init()