dev_ec
杨树林 6 years ago
parent 682673232a
commit ee4e560895

@ -2619,7 +2619,6 @@ class Listofworksstudentone extends Component {
} }
//排序 //排序
funordert = (e) => { funordert = (e) => {
debugger
// if (e === "update_time") { // if (e === "update_time") {
// // 时间 // // 时间
// // 时间排序是从小到大 // // 时间排序是从小到大
@ -3049,8 +3048,8 @@ class Listofworksstudentone extends Component {
const antIcon = <Icon type="loading" style={{ fontSize: 24 }} spin />; const antIcon = <Icon type="loading" style={{ fontSize: 24 }} spin />;
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.js"); // console.log("Listofworksstudentone.js");
console.log(orders); // console.log(orders);
return ( return (

Loading…
Cancel
Save