Explorar el Código

Update index.tsx

lex hace 1 año
padre
commit
d9465dbc11
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
           }