Browse Source

修改显示

lex-xin 4 years ago
parent
commit
facd74b4ce

+ 11 - 10
src/views/teamBuild/components/soundSetComponents/soundSetCore.vue

@@ -225,7 +225,7 @@ export default {
                       }
                     });
                   }
-                  console.log(this.activeSoundList);
+                  // console.log(this.activeSoundList);
                 }
               );
             }
@@ -371,7 +371,7 @@ export default {
         // 格式化商品数据 chioseMusic: [{ musical: '', type: ["GROUP"], groupPrice: 0, borrowPrice: 1500 }],
 
         active.chioseMusic.forEach((music) => {
-          console.log(music);
+          // console.log(music);
           let goodsItem = null;
           let depositFee = music.borrowPrice;
           let price = music.groupPrice;
@@ -446,14 +446,14 @@ export default {
         createTeam(obj).then((res) => {
           if (res.code == 200) {
             // 成功 跳转到乐团报名详情
-            let query = this.$route.query;
-            query.type = "teamDraft";
-            this.$router.push({
-              query: {
-                ...query,
-                id: res.data,
-              },
-            });
+            // let query = this.$route.query;
+            // query.type = "teamDraft";
+            // this.$router.push({
+            //   query: {
+            //     ...query,
+            //     id: res.data,
+            //   },
+            // });
             // this.$emit("chiosetab", 2);
             // this.$emit("getBaseInfo", obj);
             //  zheli
@@ -465,6 +465,7 @@ export default {
               type: 'warning'
             }).then(() => {
               this.teamStatus = 'teamDraft'
+              this.teamid = res.data
               this.submitInfo(1)
             }).catch(() => {
               this.$router.push({

+ 1 - 1
src/views/teamBuild/components/teamBaseInfo.vue

@@ -832,7 +832,7 @@ export default {
     },
     showNext() {
       const teamStatus = this.teamStatus
-      console.log(teamStatus)
+      // console.log(teamStatus)
       return (
         teamStatus == 'newTeam' ||
         teamStatus == 'teamDraft' ||

+ 2 - 2
src/views/teamBuild/components/teamSoundSet.vue

@@ -93,7 +93,7 @@ export default {
     };
   },
   mounted () {
-    console.log(this)
+    // console.log(this)
     this.teamid = this.$route.query.id;
     this.teamStatus = this.$route.query.type;
   },
@@ -103,7 +103,7 @@ export default {
   },
   methods: {
     handleClick(evt) {
-      console.log(evt)
+      // console.log(evt)
     },
     goback () {
       this.$emit("chiosetab", 0);

+ 1 - 1
src/views/teamDetail/teamList.vue

@@ -186,7 +186,7 @@
                            @click="lookTeamDetail(scope.row)">查看</el-button>
                 <!-- 报名中缴费中筹备中查看乐团 -->
                 <el-button type="text"
-                           v-if="(scope.row.status == 'APPLY'|| scope.row.status == 'PAY' || scope.row.status == 'PREPARE')  && permission('/teamLookBase')"
+                           v-if="(scope.row.status == 'APPLY'|| scope.row.status == 'PAY' || scope.row.status == 'PREPARE'  || scope.row.status == 'PRE_APPLY'  || scope.row.status == 'PRE_BUILD_FEE')  && permission('/teamLookBase')"
                            @click="lookTeamInfo(scope.row)">乐团信息</el-button>
                 <el-button v-if="permission('recharge/findAll')"
                            type="text"