提交 67cb0321 编写于 作者: J jim

add placeholder 简单的介绍下自己

上级 93efb1bf
...@@ -28,7 +28,6 @@ const proxy = { ...@@ -28,7 +28,6 @@ const proxy = {
'https://gw.alipayobjects.com/zos/rmsportal/BiazfanxmamNRoxxVxka.png', 'https://gw.alipayobjects.com/zos/rmsportal/BiazfanxmamNRoxxVxka.png',
userid: '00000001', userid: '00000001',
email: 'antdesign@alipay.com', email: 'antdesign@alipay.com',
profile: '一个简单的自我介绍',
signature: '海纳百川,有容乃大', signature: '海纳百川,有容乃大',
title: '交互专家', title: '交互专家',
group: '蚂蚁金服-某某某事业群-某某平台部-某某技术部-UED', group: '蚂蚁金服-某某某事业群-某某平台部-某某技术部-UED',
......
...@@ -96,7 +96,7 @@ export default class BaseView extends Component { ...@@ -96,7 +96,7 @@ export default class BaseView extends Component {
rules: [ rules: [
{ required: true, message: 'Please input personal profile!' }, { required: true, message: 'Please input personal profile!' },
], ],
})(<Input.TextArea rows={4} />)} })(<Input.TextArea placeholder="简单的介绍下自己" rows={4} />)}
</FormItem> </FormItem>
<FormItem label="国家/地区"> <FormItem label="国家/地区">
{getFieldDecorator('country', { {getFieldDecorator('country', {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册