diff --git a/src/glcc/apply/editInfo.jsx b/src/glcc/apply/editInfo.jsx index b9b836e4..cd037a6b 100644 --- a/src/glcc/apply/editInfo.jsx +++ b/src/glcc/apply/editInfo.jsx @@ -242,12 +242,12 @@ function EditRepoApplyInfo(props) { { pattern: emailreg, message: "请输入正确的邮箱地址"},], {verify("name")}}/> )} -
{helper('社区简介', +
{helper('项目简介', '', 'projectIntro', - [{ required: true, message: "请输入社区简介" }, + [{ required: true, message: "请输入项目简介" }, { max: 200, message: '超出限制长度200位字符,请重新编辑' }], -