From 0704de0872a16806dd1420276685090d277f9855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BD=A5=E5=BF=97?= Date: Wed, 7 Nov 2018 14:35:45 +0800 Subject: [PATCH] Update onChange(a) --- containers/setting/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/setting/index.js b/containers/setting/index.js index d55f561..b2b4c26 100644 --- a/containers/setting/index.js +++ b/containers/setting/index.js @@ -70,7 +70,7 @@ class Settings extends Component { const { textValue } = this.state; const { navigation } = this.props; this.setState({textValue: a}); - if (textValue != '163') { + if (a != '163') { const headerTitle = 指標設定 -- 2.26.2