...
|
...
|
@@ -49,7 +49,7 @@ export default class ModifyPassword extends Component { |
|
|
secureTextEntry={true}
|
|
|
underlineColorAndroid='transparent'
|
|
|
onChangeText={this.props.onModifyOldPwd}
|
|
|
|
|
|
maxLength={30}
|
|
|
/>
|
|
|
</View>
|
|
|
<View style={styles.line}/>
|
...
|
...
|
@@ -62,7 +62,7 @@ export default class ModifyPassword extends Component { |
|
|
secureTextEntry={true}
|
|
|
underlineColorAndroid='transparent'
|
|
|
onChangeText={this.props.onModifyNewPwd}
|
|
|
|
|
|
maxLength={30}
|
|
|
/>
|
|
|
</View>
|
|
|
<View style={styles.line}/>
|
...
|
...
|
@@ -75,7 +75,7 @@ export default class ModifyPassword extends Component { |
|
|
secureTextEntry={true}
|
|
|
underlineColorAndroid='transparent'
|
|
|
onChangeText={this.props.onModifyRepeatPwd}
|
|
|
|
|
|
maxLength={30}
|
|
|
/>
|
|
|
</View>
|
|
|
<Button style={styles.button}
|
...
|
...
|
|