Commit 46593cbb authored by Bill's avatar Bill

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

parent 3f2fbd4f
...@@ -125,18 +125,18 @@ const PhoneVerifyPanel: React.FC<IProps> = (props) => { ...@@ -125,18 +125,18 @@ 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}>
<Button type="primary" htmlType="submit"> <Button type="primary" htmlType="submit">
提交 提交
</Button> </Button>
</Form.Item> </Form.Item>
</> </>
: null : null
} }
</Form> </Form>
</div> </div>
......
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