|
@@ -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({
|