From 9dd9e5385cbcff4d4b9e7d2b251291ce0f50baab 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, 24 Aug 2019 14:35:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=95=B0=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/paths/PathNew.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/react/src/modules/paths/PathNew.js b/public/react/src/modules/paths/PathNew.js index 3b2618c65..95e343b13 100644 --- a/public/react/src/modules/paths/PathNew.js +++ b/public/react/src/modules/paths/PathNew.js @@ -108,7 +108,7 @@ class PathNew extends Component{ return; } if (des.length > 8000) { - this.props.showSnackbar("实践课程的简介最大限制5000个字符"); + this.props.showSnackbar("实践课程的简介最大限制8000个字符"); window.location.href="#part_Des"; return; } @@ -119,7 +119,7 @@ class PathNew extends Component{ return; } if(point.length > 2000){ - this.props.showSnackbar("实践课程的学习须知最大限制500个字符"); + this.props.showSnackbar("实践课程的学习须知最大限制2000个字符"); window.location.href="#part_point"; return; }