Merge remote-tracking branch 'origin/dev_aliyun' into dev_aliyun

dev_ec
杨树明 6 years ago
commit 709ea7b6e9

@ -493,7 +493,7 @@ class MessagSub extends Component {
//belong_container_id course的id //belong_container_id course的id
return window.open(`/courses/${item.belong_container_id}/graduation_tasks/${item.parent_container_id}`); return window.open(`/courses/${item.belong_container_id}/graduation_tasks/${item.parent_container_id}`);
default : default :
return window.open("/") return
} }
} }
@ -575,7 +575,16 @@ class MessagSub extends Component {
boolps = false; boolps = false;
} }
} }
if (item.container_type === "DeleteCourse") {
if (item.tiding_type === "System") {
boolps = false;
}
}
if (item.container_type === "DeleteCourseMember") {
if (item.tiding_type === "System") {
boolps = false;
}
}
return ( return (
<div className="pl25 ridinglist edu-back-white" key={key}> <div className="pl25 ridinglist edu-back-white" key={key}>
<div <div

Loading…
Cancel
Save