|
@@ -73,7 +73,7 @@ export default defineComponent({
|
|
|
|
|
|
if (!data.canSignUp) {
|
|
|
this.showPopup = true
|
|
|
- this.showPopupMessage = '乐团建设中,请稍等'
|
|
|
+ this.showPopupMessage = '学校已关闭'
|
|
|
}
|
|
|
} catch {
|
|
|
//
|
|
@@ -136,7 +136,7 @@ export default defineComponent({
|
|
|
try {
|
|
|
if (!this.orchestraInfo.canSignUp) {
|
|
|
this.showPopup = true
|
|
|
- this.showPopupMessage = '乐团建设中,请稍等'
|
|
|
+ this.showPopupMessage = '学校已关闭'
|
|
|
}
|
|
|
// let res: any
|
|
|
const forms: any = {
|