diff --git a/src/forge/Information/Component/memberApply.jsx b/src/forge/Information/Component/memberApply.jsx index 62e53a0a9..c5002398a 100644 --- a/src/forge/Information/Component/memberApply.jsx +++ b/src/forge/Information/Component/memberApply.jsx @@ -39,6 +39,7 @@ function MemberApply(props){ title="加入专区会员" width="650px" closable={false} + destroyOnClose footer={
@@ -48,32 +49,30 @@ function MemberApply(props){ centered >
-

- 若您未填写会员头像,会员名称,我们会将您的GitLink用户头像及昵称自动填入,请知悉 -

{getFieldDecorator("name", { - initialValue: current_user.nickname + initialValue: current_user.nickname, + rules:[{ required:true,message:"请输入申请原因" }] })( - + )} - - + + {getFieldDecorator("introduction",{ rules:[{ required:true,message:"请输入会员简介" }] })( -