|
|
|
@ -397,14 +397,14 @@ class PackageIndexNEIBannerConcent extends Component {
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// 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
|
|
|
|
|
// })
|
|
|
|
|
// return
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(modalCancel===true||this.props.current_user.phone===null){
|
|
|
|
@ -618,17 +618,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===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||this.props.current_user.phone===null){
|
|
|
|
|
if(e.target.value===undefined||e.target.value===null||e.target.value===""){
|
|
|
|
|
this.setState({
|
|
|
|
|