forked from Gitlink/forgeplus-react
修改了填写项目创始人token占比的文字描述
This commit is contained in:
parent
11d0ec97d9
commit
95ebb0aba2
File diff suppressed because it is too large
Load Diff
|
@ -174,8 +174,8 @@
|
|||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
},
|
||||
"proxy": "http://localhost:3000",
|
||||
"port": "3007",
|
||||
"proxy": "http://8.130.51.51:3021",
|
||||
"port": "3022",
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "7.0.0-beta.51",
|
||||
"babel-cli": "^6.26.0",
|
||||
|
|
|
@ -605,10 +605,10 @@ class Index extends Component {
|
|||
|
||||
{getFieldDecorator('blockchain_init_token', {
|
||||
rules: [{
|
||||
required: false, message: '请填写项目创始人获取token总数(单位:枚)'
|
||||
required: false, message: '请填写项目创始人获取token的百分比(%)'
|
||||
}],
|
||||
})(
|
||||
<Input type={'number'} min={0} max={100} step={1} placeholder="请填写项目创始人获去总token的百分比(%)" />
|
||||
<Input type={'number'} min={0} max={100} step={1} placeholder="请填写项目创始人获取token的百分比(%)" />
|
||||
)}
|
||||
</div>
|
||||
</Form.Item>
|
||||
|
|
Loading…
Reference in New Issue