dev_newshixunModel
杨树明 5 years ago
parent c624ae51c8
commit 64149719a5

@ -32,16 +32,16 @@ class Fileslistitem extends Component{
this.props.showLoginDialog() this.props.showLoginDialog()
return return
} }
if(this.props.checkIfProfileCompleted()===false){ // if(this.props.checkIfProfileCompleted()===false){
this.setState({ // this.setState({
AccountProfiletype:true // AccountProfiletype:true
}) // })
return // return
} // }
if(this.props.checkIfProfessionalCertification()===false){ // if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog() // this.props.showProfileCompleteDialog()
return // return
} // }
if(list.is_history_file===false){ if(list.is_history_file===false){
// this.props.DownloadFileA(list.title,list.url) // this.props.DownloadFileA(list.title,list.url)

@ -14,16 +14,16 @@ class BoardsListItem extends Component{
this.props.showLoginDialog() this.props.showLoginDialog()
return return
} }
if(this.props.checkIfProfileCompleted()===false){ // if(this.props.checkIfProfileCompleted()===false){
this.setState({ // this.setState({
AccountProfiletype:true // AccountProfiletype:true
}) // })
return // return
} // }
if(this.props.checkIfProfessionalCertification()===false){ // if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog() // this.props.showProfileCompleteDialog()
return // return
} // }
const isAdminOrStudent = this.props.isAdminOrStudent(); const isAdminOrStudent = this.props.isAdminOrStudent();
if (!isAdminOrStudent && discussMessage.is_public == false) { if (!isAdminOrStudent && discussMessage.is_public == false) {

@ -21,16 +21,16 @@ class CommonWorkItem extends Component{
this.props.showLoginDialog() this.props.showLoginDialog()
return return
} }
if(this.props.checkIfProfileCompleted()===false){ // if(this.props.checkIfProfileCompleted()===false){
this.setState({ // this.setState({
AccountProfiletype:true // AccountProfiletype:true
}) // })
return // return
} // }
if(this.props.checkIfProfessionalCertification()===false){ // if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog() // this.props.showProfileCompleteDialog()
return // return
} // }
const isStudent = this.props.isStudent() const isStudent = this.props.isStudent()
if (isStudent) { if (isStudent) {

@ -58,16 +58,16 @@ class ExerciseListItem extends Component{
this.props.showLoginDialog() this.props.showLoginDialog()
return return
} }
if(this.props.checkIfProfileCompleted()===false){ // if(this.props.checkIfProfileCompleted()===false){
this.setState({ // this.setState({
AccountProfiletype:true // AccountProfiletype:true
}) // })
return // return
} // }
if(this.props.checkIfProfessionalCertification()===false){ // if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog() // this.props.showProfileCompleteDialog()
return // return
} // }
this.props.history.push(url); this.props.history.push(url);
} }

@ -140,16 +140,16 @@ class GraduateTaskItem extends Component{
this.props.showLoginDialog() this.props.showLoginDialog()
return return
} }
if(this.props.checkIfProfileCompleted()===false){ // if(this.props.checkIfProfileCompleted()===false){
this.setState({ // this.setState({
AccountProfiletype:true // AccountProfiletype:true
}) // })
return // return
} // }
if(this.props.checkIfProfessionalCertification()===false){ // if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog() // this.props.showProfileCompleteDialog()
return // return
} // }
this.props.history.push(url); this.props.history.push(url);
} }

@ -17,19 +17,19 @@ class GraduateTopicItem extends Component{
toDetailPage=(topicId)=>{ toDetailPage=(topicId)=>{
if(this.props.checkIfLogin()===false){ if(this.props.checkIfLogin()===false){
this.props.showLoginDialog("iscancel") this.props.showLoginDialog()
return
}
if(this.props.checkIfProfileCompleted()===false){
this.setState({
AccountProfiletype:true
})
return
}
if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog()
return return
} }
// if(this.props.checkIfProfileCompleted()===false){
// this.setState({
// AccountProfiletype:true
// })
// return
// }
// if(this.props.checkIfProfessionalCertification()===false){
// this.props.showProfileCompleteDialog()
// return
// }
let courseId=this.props.match.params.coursesId; let courseId=this.props.match.params.coursesId;
this.props.history.push(`/courses/${courseId}/graduation_topics/${topicId}/detail`); this.props.history.push(`/courses/${courseId}/graduation_topics/${topicId}/detail`);

@ -21,16 +21,16 @@ class PollListItem extends Component{
this.props.showLoginDialog() this.props.showLoginDialog()
return return
} }
if(this.props.checkIfProfileCompleted()===false){ // if(this.props.checkIfProfileCompleted()===false){
this.setState({ // this.setState({
AccountProfiletype:true // AccountProfiletype:true
}) // })
return // return
} // }
if(this.props.checkIfProfessionalCertification()===false){ // if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog() // this.props.showProfileCompleteDialog()
return // return
} // }
this.props.history.push(url); this.props.history.push(url);
} }

@ -150,16 +150,16 @@ class ShixunhomeWorkItem extends Component{
this.props.showLoginDialog() this.props.showLoginDialog()
return return
} }
if(this.props.checkIfProfileCompleted()===false){ // if(this.props.checkIfProfileCompleted()===false){
this.setState({ // this.setState({
AccountProfiletype:true // AccountProfiletype:true
}) // })
return // return
} // }
if(this.props.checkIfProfessionalCertification()===false){ // if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog() // this.props.showProfileCompleteDialog()
return // return
} // }
this.props.history.push(url); this.props.history.push(url);

@ -199,16 +199,16 @@ class DetailCards extends Component{
this.props.showLoginDialog() this.props.showLoginDialog()
return return
} }
if(this.props.checkIfProfileCompleted()===false){ // if(this.props.checkIfProfileCompleted()===false){
this.setState({ // this.setState({
AccountProfiletype:true // AccountProfiletype:true
}) // })
return // return
} // }
if(this.props.checkIfProfessionalCertification()===false){ // if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog() // this.props.showProfileCompleteDialog()
return // return
} // }
let url = "/shixuns/" + id + "/shixun_exec.json"; let url = "/shixuns/" + id + "/shixun_exec.json";

@ -248,16 +248,16 @@ class DetailTop extends Component{
this.props.showLoginDialog() this.props.showLoginDialog()
return return
} }
if(this.props.checkIfProfileCompleted()===false){ // if(this.props.checkIfProfileCompleted()===false){
this.setState({ // this.setState({
AccountProfiletype:true // AccountProfiletype:true
}) // })
return // return
} // }
if(this.props.checkIfProfessionalCertification()===false){ // if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog() // this.props.showProfileCompleteDialog()
return // return
} // }
this.setState({ this.setState({
@ -272,16 +272,16 @@ class DetailTop extends Component{
this.props.showLoginDialog() this.props.showLoginDialog()
return return
} }
if(this.props.checkIfProfileCompleted()===false){ // if(this.props.checkIfProfileCompleted()===false){
this.setState({ // this.setState({
AccountProfiletype:true // AccountProfiletype:true
}) // })
return // return
} // }
if(this.props.checkIfProfessionalCertification()===false){ // if(this.props.checkIfProfessionalCertification()===false){
this.props.showProfileCompleteDialog() // this.props.showProfileCompleteDialog()
return // return
} // }
this.setState({ this.setState({
Modalstype:true, Modalstype:true,

@ -168,19 +168,19 @@ class TPMBanner extends Component {
return return
} }
if(this.props.checkIfProfileCompleted()===false){ // if(this.props.checkIfProfileCompleted()===false){
this.setState({ // this.setState({
AccountProfiletype:true // AccountProfiletype:true
}) // })
return // return
} // }
//
if(this.props.checkIfProfessionalCertification()===false){ // if(this.props.checkIfProfessionalCertification()===false){
this.setState({ // this.setState({
AccountProfiletype:true // AccountProfiletype:true
}) // })
return // return
} // }
let id = this.props.match.params.shixunId; let id = this.props.match.params.shixunId;
let url="/shixuns/" + id +"/search_user_courses.json"; let url="/shixuns/" + id +"/search_user_courses.json";
this.setState({ this.setState({
@ -405,12 +405,12 @@ class TPMBanner extends Component {
return return
} }
if(this.props.checkIfProfessionalCertification()===false){ // if(this.props.checkIfProfessionalCertification()===false){
this.setState({ // this.setState({
AccountProfiletype:true // AccountProfiletype:true
}) // })
return // return
} // }
let {shixunsDetails} = this.props let {shixunsDetails} = this.props
if( shixunsDetails.shixun_status>1){ if( shixunsDetails.shixun_status>1){

@ -234,12 +234,12 @@ class Challenges extends Component {
return return
} }
if(this.props.checkIfProfessionalCertification()===false){ // if(this.props.checkIfProfessionalCertification()===false){
this.setState({ // this.setState({
AccountProfiletype:true // AccountProfiletype:true
}) // })
return // return
} // }
let { ChallengesDataList } = this.state; let { ChallengesDataList } = this.state;

Loading…
Cancel
Save