Commit bf91f63d authored by Trisno's avatar Trisno

change refresh

parent 3072e253
...@@ -279,7 +279,7 @@ class Home extends React.Component { ...@@ -279,7 +279,7 @@ class Home extends React.Component {
} }
Axios.post(this.props.BASE_URL + 'crm/v2/card/claim_old_balance', params).then(res => { Axios.post(this.props.BASE_URL + 'crm/v2/card/claim_old_balance', params).then(res => {
Toast.show(i18n.t('alertclaimcredit')) Toast.show(i18n.t('alertclaimcredit'))
this.componentDidMount() this._account()
}).catch(error => { }).catch(error => {
let response = error.response.data let response = error.response.data
Alert.alert(error, response.msg) Alert.alert(error, response.msg)
......
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