Browse Source

修改判断

lex 1 year ago
parent
commit
eed3f473ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/student/music-group/layout/login.tsx

+ 1 - 1
src/student/music-group/layout/login.tsx

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