|
@@ -352,6 +352,8 @@ export default {
|
|
}
|
|
}
|
|
// 判断乐团是否已经开启缴费
|
|
// 判断乐团是否已经开启缴费
|
|
if (status == 2 || status == 3 || status == 4) {
|
|
if (status == 2 || status == 3 || status == 4) {
|
|
|
|
+ this.paymentStatus = false
|
|
|
|
+ } else {
|
|
this.paymentStatus = true
|
|
this.paymentStatus = true
|
|
}
|
|
}
|
|
this.majorId = id;
|
|
this.majorId = id;
|