forked from Gitlink/forgeplus-react
修改了加入确权机制的文字说明
This commit is contained in:
parent
bf4165e92c
commit
95201ec88d
|
@ -585,7 +585,7 @@ class Index extends Component {
|
|||
className="privatePart"
|
||||
>
|
||||
{getFieldDecorator('blockchain')(
|
||||
<Checkbox value="limit" onClick={this.handleBlockchainChange}>项目加入确权机制<span className="ml15 font-13 color-grey-9">(贡献确权上链并使用token机制)</span></Checkbox>
|
||||
<Checkbox value="limit" onClick={this.handleBlockchainChange}>项目加入确权机制<span className="ml15 font-13 color-grey-9">(贡献确权上链并使用权益证明代表贡献)</span></Checkbox>
|
||||
)}
|
||||
</Form.Item >
|
||||
|
||||
|
|
Loading…
Reference in New Issue