dev_aliyun
杨树明 6 years ago
parent 443b539596
commit b4755a0a25

@ -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({

Loading…
Cancel
Save