Commit b1aebd26 authored by Bill's avatar Bill

fix: 修改密码修改时错误提示语

parent 46593cbb
...@@ -210,7 +210,7 @@ const EditDataComponent = (props) => { ...@@ -210,7 +210,7 @@ const EditDataComponent = (props) => {
<Form.Item <Form.Item
name="country" name="country"
noStyle noStyle
rules={[{ required: true, message: '请填写验证码' }]} rules={[{ required: true, message: '请填写手机号' }]}
> >
<Select disabled={!inputCanEdit}> <Select disabled={!inputCanEdit}>
{ {
......
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