测试版调整

dev_cs
杨树林 5 years ago
parent 9304205169
commit f5b4cc0c54

@ -2552,15 +2552,21 @@ class Listofworksstudentone extends Component {
// console.log(this.props.isAdmin()); // console.log(this.props.isAdmin());
let course_is_end = this.props.current_user&&this.props.current_user.course_is_end; let course_is_end = this.props.current_user&&this.props.current_user.course_is_end;
// if(this.props.isAdmin() === false){ // try {
// if(teacherdata&&teacherdata.student_works){ // if(this.props.isAdmin() === false){
// if(teacherdata&&teacherdata.student_works.length>0){ // if(teacherdata&&teacherdata.student_works){
// console.log("这是双层页面。。。。"); // if(teacherdata&&teacherdata.student_works.length>0){
// console.log("这是双层页面。。。。");
// //
// } // }
// } // }
// //
// }
// }catch (e) {
// console.log("Listofworksstudentone123");
// console.log(e);
// } // }
return ( return (
this.props.isAdmin() === true ? this.props.isAdmin() === true ?
( (

Loading…
Cancel
Save