|
@@ -649,7 +649,10 @@
|
|
|
(chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
.toolChoose[0].tool &&
|
|
|
chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
- .toolChoose[0].tool.length > 0)
|
|
|
+ .toolChoose[0].tool.length > 0) ||
|
|
|
+ courseDetail.userid == userid ||
|
|
|
+ (courseDetail.course_teacher &&
|
|
|
+ courseDetail.course_teacher.indexOf(userid) != -1)
|
|
|
"
|
|
|
>
|
|
|
|