Browse Source

Update index.tsx

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

+ 1 - 1
src/views/student-register/index.tsx

@@ -825,7 +825,7 @@ export default defineComponent({
             // const studentResult = await updateStudentInfo();
             // if (!studentResult) return;
             setTimeout(() => {
-              showToast('您已通过数字化方式报名成功');
+              showToast('您已报名成功,请勿重复报名');
             }, 100);
             return true;
           }