dev_cs
杨树林 6 years ago
parent 97741eee00
commit 5b459577f9

@ -1031,9 +1031,9 @@ class Listofworksstudentone extends Component {
// console.log(this.props); // console.log(this.props);
// console.log(this.props.isAdmin()) // console.log(this.props.isAdmin())
this.student(); this.student();
console.log("Listofworksstudentone---------------"); // console.log("Listofworksstudentone---------------");
console.log(this.props); // console.log(this.props);
console.log(JSON.stringify(this.props)); // console.log(JSON.stringify(this.props));
} }
isupdatas = () => { isupdatas = () => {
var homeworkid = this.props.match.params.homeworkid; var homeworkid = this.props.match.params.homeworkid;
@ -2498,9 +2498,9 @@ class Listofworksstudentone extends Component {
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;
console.log("Listofworksstudentone+++++++++"); // console.log("Listofworksstudentone+++++++++");
console.log(this.props); // console.log(this.props);
console.log(JSON.stringify(this.props)); // console.log(JSON.stringify(this.props));
return ( return (
this.props.isAdmin() === true ? this.props.isAdmin() === true ?
( (

Loading…
Cancel
Save