提交 afb6bbf4 编写于 作者: guangjun.yang's avatar guangjun.yang

查找当前课程后面的有没有考试

上级 2483b5a6
......@@ -180,7 +180,8 @@ export default {
let currentExam = {};
// 查找当前课程后面的有没有考试
for(let i = index; i < contentList.length; i ++) {
if(contentList[i].type == 1 && contentList[i].status != 14) {
// if(contentList[i].type == 1 && contentList[i].status != 14) {
if(contentList[i].type == 1) {
hasExam = true;
currentExam = contentList[i];
break;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册