|
|
@ -183,7 +183,7 @@ class MessagSub extends Component{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
case 'JoinCourse' :
|
|
|
|
case 'JoinCourse' :
|
|
|
|
// 课堂详情页 :id =
|
|
|
|
// 课堂详情页 :id =
|
|
|
|
return window.open(`/courses/${item.belong_container_id}/shixun_homeworks/${item.container_id}`)
|
|
|
|
return window.open(`/courses/${item.belong_container_id}/teachers`)
|
|
|
|
case 'StudentJoinCourse':
|
|
|
|
case 'StudentJoinCourse':
|
|
|
|
// 课堂详情页 :id = container_id
|
|
|
|
// 课堂详情页 :id = container_id
|
|
|
|
return window.open(`/courses/${item.belong_container_id}/shixun_homeworks/${item.container_id}`)
|
|
|
|
return window.open(`/courses/${item.belong_container_id}/shixun_homeworks/${item.container_id}`)
|
|
|
|