|
@@ -94,7 +94,7 @@ export default defineComponent({
|
|
if (!data.canSignUp) {
|
|
if (!data.canSignUp) {
|
|
this.showPopup = true
|
|
this.showPopup = true
|
|
this.showPopupMessage = '学校已关闭'
|
|
this.showPopupMessage = '学校已关闭'
|
|
- } else if (!data.registerOpen) {
|
|
|
|
|
|
+ } else if (data.registerOpen !== 'ING') {
|
|
this.showPopup = true
|
|
this.showPopup = true
|
|
this.showPopupMessage = '该乐团已截止报名'
|
|
this.showPopupMessage = '该乐团已截止报名'
|
|
}
|
|
}
|