Browse Source

Merge branch 'iteration-new-apply' into jenkins-test

lex 1 year ago
parent
commit
8ff8e17b58
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/student-register/index.tsx

+ 3 - 0
src/views/student-register/index.tsx

@@ -542,6 +542,9 @@ export default defineComponent({
         await paymentContinue();
       } catch (e: any) {
         //
+        if (e.message === '当前学生已有在读学校') {
+          showToast('当前学生已有在读学校');
+        }
         console.log(e.message, 'any');
       }
     };