Commit 46593cbb authored by Bill's avatar Bill

fix: 修复修改密码手机验证bug

parent 3f2fbd4f
...@@ -126,7 +126,7 @@ const PhoneVerifyPanel: React.FC<IProps> = (props) => { ...@@ -126,7 +126,7 @@ const PhoneVerifyPanel: React.FC<IProps> = (props) => {
: null : null
} }
{ {
!visible visible
? <> ? <>
<EditDataComponent type={pageType} form={form} /> <EditDataComponent type={pageType} form={form} />
<Form.Item {...tailLayout}> <Form.Item {...tailLayout}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment