|
|
|
@ -586,6 +586,17 @@ class PackageIndexNEIBannerConcent extends Component {
|
|
|
|
|
|
|
|
|
|
onChangeContact_phone=(e)=>{
|
|
|
|
|
let {modalCancel}=this.state;
|
|
|
|
|
if(modalCancel===false){
|
|
|
|
|
if(this.props.current_user.phone===undefined||this.props.current_user.phone===null||this.props.current_user.phone===""){
|
|
|
|
|
this.setState({
|
|
|
|
|
current_userphonetype:true
|
|
|
|
|
})
|
|
|
|
|
}else{
|
|
|
|
|
this.setState({
|
|
|
|
|
current_userphonetype:false
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if(modalCancel===true){
|
|
|
|
|
if(e.target.value===undefined||e.target.value===null||e.target.value===""){
|
|
|
|
|
this.setState({
|
|
|
|
|