|
|
@ -71,6 +71,7 @@ class Trialapplication extends Component {
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
isRenders: true
|
|
|
|
isRenders: true
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
this.props.setTrialapplication();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return response;
|
|
|
|
return response;
|
|
|
|
}, (error) => {
|
|
|
|
}, (error) => {
|
|
|
@ -86,9 +87,6 @@ class Trialapplication extends Component {
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
user_phone_binded: this.state.props.user_phone_binded,
|
|
|
|
user_phone_binded: this.state.props.user_phone_binded,
|
|
|
|
})
|
|
|
|
})
|
|
|
|
if(this.state.props.user_phone_binded === true){
|
|
|
|
|
|
|
|
this.props.setTrialapplication();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
} catch (e) {
|
|
|
|
} catch (e) {
|
|
|
|