|
@@ -48,7 +48,7 @@ class RePassword extends Component {
|
|
|
const {UserAction} = this.props
|
|
|
return (
|
|
|
<View style={commonStyle.PAGE}>
|
|
|
- <List style={styles.list}>
|
|
|
+ {/* <List style={styles.list}>
|
|
|
<InputItem
|
|
|
style={styles.item}
|
|
|
// clear
|
|
@@ -58,7 +58,7 @@ class RePassword extends Component {
|
|
|
value={this.state.value}
|
|
|
placeholder="手机号"
|
|
|
/>
|
|
|
- </List>
|
|
|
+ </List> */}
|
|
|
<List style={styles.list}>
|
|
|
<InputItem
|
|
|
clear
|