Commit 0704de08 authored by 李彥志's avatar 李彥志

Update onChange(a)

parent 0a00c123
...@@ -70,7 +70,7 @@ class Settings extends Component { ...@@ -70,7 +70,7 @@ class Settings extends Component {
const { textValue } = this.state; const { textValue } = this.state;
const { navigation } = this.props; const { navigation } = this.props;
this.setState({textValue: a}); this.setState({textValue: a});
if (textValue != '163') { if (a != '163') {
const headerTitle = const headerTitle =
<View style={styles.headerTitleContainer}> <View style={styles.headerTitleContainer}>
<Text style={styles.headerTitleTxt}>指標設定</Text> <Text style={styles.headerTitleTxt}>指標設定</Text>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment