From d3f4d686742bcd6db2aff8a3e2480b4f634b339e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Wed, 14 Jun 2023 15:32:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98=E7=94=B3=E8=AF=B7=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Information/Component/memberApply.jsx | 17 +++++++------- src/forge/Information/Pages/zoneVIP.jsx | 23 ++++++++++--------- src/forge/Team/Component/UploadImage.jsx | 10 ++++---- 3 files changed, 25 insertions(+), 25 deletions(-) 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:"请输入会员简介" }] })( -