Merge branch 'dev_aliyun' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

dev_newshixunModel
杨树林 5 years ago
commit cba9e79bf5

@ -33,7 +33,7 @@ class Fileslistitem extends Component{
return
}
if(this.props.checkIfProfileCompleted()===false){
if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog()
return
}

@ -15,7 +15,7 @@ class BoardsListItem extends Component{
return
}
if(this.props.checkIfProfileCompleted()===false){
if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog()
return
}

@ -22,7 +22,7 @@ class CommonWorkItem extends Component{
return
}
if(this.props.checkIfProfileCompleted()===false){
if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog()
return
}

@ -59,7 +59,7 @@ class ExerciseListItem extends Component{
return
}
if(this.props.checkIfProfileCompleted()===false){
if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog()
return
}

@ -141,7 +141,7 @@ class GraduateTaskItem extends Component{
return
}
if(this.props.checkIfProfileCompleted()===false){
if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog()
return
}

@ -21,7 +21,7 @@ class GraduateTopicItem extends Component{
return
}
if(this.props.checkIfProfileCompleted()===false){
if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog()
return
}

@ -22,7 +22,7 @@ class PollListItem extends Component{
return
}
if(this.props.checkIfProfileCompleted()===false){
if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog()
return
}

@ -151,7 +151,7 @@ class ShixunhomeWorkItem extends Component{
return
}
if(this.props.checkIfProfileCompleted()===false){
if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog()
return
}

@ -200,7 +200,7 @@ class DetailCards extends Component{
return
}
if(this.props.checkIfProfileCompleted()===false){
if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog()
return
}

@ -249,7 +249,7 @@ class DetailTop extends Component{
return
}
if(this.props.checkIfProfileCompleted()===false){
if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog()
return
}
@ -268,7 +268,7 @@ class DetailTop extends Component{
return
}
if(this.props.checkIfProfileCompleted()===false){
if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog()
return
}

@ -167,7 +167,7 @@ class TPMBanner extends Component {
this.props.showLoginDialog()
return
}
if(this.props.checkIfProfileCompleted()===false){
if(this.props.checkIfProfessionalCertification()===false){
this.setState({
AccountProfiletype:true
})
@ -390,7 +390,7 @@ class TPMBanner extends Component {
return
}
if(this.props.checkIfProfileCompleted()===false){
if(this.props.checkIfProfessionalCertification()===false){
this.setState({
AccountProfiletype:true
})

@ -228,7 +228,7 @@ class Challenges extends Component {
}
if(this.props.checkIfProfileCompleted()===false){
if(this.props.checkIfProfessionalCertification()===false){
this.setState({
AccountProfiletype:true
})

Loading…
Cancel
Save