From 04df39ee1f24a392c33f43e163504e6370028f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Sat, 31 Aug 2019 13:46:52 +0800 Subject: [PATCH] b --- .../shixunHomework/shixunreport/OfficialAcademicTranscript.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/react/src/modules/courses/shixunHomework/shixunreport/OfficialAcademicTranscript.js b/public/react/src/modules/courses/shixunHomework/shixunreport/OfficialAcademicTranscript.js index 19dce082e..2195228e1 100644 --- a/public/react/src/modules/courses/shixunHomework/shixunreport/OfficialAcademicTranscript.js +++ b/public/react/src/modules/courses/shixunHomework/shixunreport/OfficialAcademicTranscript.js @@ -52,12 +52,12 @@ class OfficialAcademicTranscript extends Component { if(score!=null&&score!=undefined&&score!=""){ if(score<0){ - this.props.showNotification("调分不能小于0"); + this.props.showNotification("不能小于0"); this.setState({ customsids:id }) }else if(score>maxsum){ - this.props.showNotification(`调分不能大于${maxsum}`); + this.props.showNotification(`不能大于关卡分值${maxsum}`); this.setState({ customsids:id })