|
@@ -1,5 +1,8 @@
|
|
|
import React, {Component} from 'react';
|
|
import React, {Component} from 'react';
|
|
|
|
|
+import { WhiteSpace } from 'antd-mobile';
|
|
|
|
|
+
|
|
|
import NavBars from '../common/NavBar'
|
|
import NavBars from '../common/NavBar'
|
|
|
|
|
+import Input from '../common/Input'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -14,7 +17,13 @@ class CreateAssets extends Component {
|
|
|
return (
|
|
return (
|
|
|
<div>
|
|
<div>
|
|
|
<NavBars navBarText={this.state.navBarText} changePage={this.props.changePage} page={'assets'}/>
|
|
<NavBars navBarText={this.state.navBarText} changePage={this.props.changePage} page={'assets'}/>
|
|
|
- cresteAssets
|
|
|
|
|
|
|
+ <div style={{fontSize:"10px",coloe:"#ccc"}}>我拥有:</div>
|
|
|
|
|
+ <Input title="金额" callback={this.setMoney} value={this.state.money} />
|
|
|
|
|
+ <WhiteSpace />
|
|
|
|
|
+ <Input title="金额" callback={this.setMoney} value={this.state.money} />
|
|
|
|
|
+ <WhiteSpace />
|
|
|
|
|
+ <Input title="金额" callback={this.setMoney} value={this.state.money} />
|
|
|
|
|
+ <WhiteSpace />
|
|
|
</div>
|
|
</div>
|
|
|
);
|
|
);
|
|
|
}
|
|
}
|