From 4bf8260774aba529ededcc880d86c205b375154f Mon Sep 17 00:00:00 2001 From: cxz66666 <1092889706@qq.com> Date: Thu, 20 Aug 2020 11:21:09 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=8F=90=E4=BA=A4=E4=BA=86=E5=B7=B2?= =?UTF-8?q?=E7=BB=8F=E5=88=86=E9=85=8D=E5=A5=BD=E9=9D=A2=E8=AF=95=E5=9C=BA?= =?UTF-8?q?=E6=AC=A1=E7=9A=84=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Sheet.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Sheet.js b/src/components/Sheet.js index a8cf4a6..a013837 100644 --- a/src/components/Sheet.js +++ b/src/components/Sheet.js @@ -65,6 +65,10 @@ class NewForm extends React.Component { result.data.errorMsg === "TICKET_INFO_INCOMPLETE" ) { message.error("提交失败!请检查报名表填写是否完整。"); + } else if (result.data.errorMsg === "TICKET_ALREADY_OK") { + message.error( + "我们已为您分配了面试场次,请注意短信通知,请勿重复提交!" + ); } else { message.error("提交失败!可能是网络问题。"); }