在实训配置页面点击模拟实战后跳转的页面显示不存在

This commit is contained in:
daiao 2017-09-18 14:43:00 +08:00
parent 71d2c18442
commit eeefb8e51e
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
event.stopPropagation();
});
$("body").click(function(event){
$(".task-pm-content").click(function(event){
$(".course_list_ul").hide();
event.stopPropagation();
});