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