|
@@ -377,7 +377,7 @@ export default {
|
|
|
},
|
|
|
// 点击开始缴费 1报名中,2缴费中,3报名截止,4已开团
|
|
|
getMoney () {
|
|
|
- updateClass(qs.stringify({ id: this.majorId, status: 2 })).then(res => {
|
|
|
+ updateClass(qs.stringify({ id: this.majorId })).then(res => {
|
|
|
if (res.code == 200) {
|
|
|
this.$message.success("乐团报名成功请尽快缴费");
|
|
|
setTimeout(() => {
|