实训点击事件

This commit is contained in:
caishi 2017-08-25 21:42:16 +08:00
parent 55d8fa7f13
commit f482b90cc2
1 changed files with 3 additions and 1 deletions

View File

@ -1121,7 +1121,9 @@ function checkLesson(item){
}
}
}
function shixun_link(shixun){
window.open('/shixuns/' + shixun);
}
function subject_link(id){
window.open('/subjects/' + id);
}