|
@@ -649,10 +649,7 @@
|
|
|
(chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
.toolChoose[0].tool &&
|
|
|
chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
- .toolChoose[0].tool.length > 0) ||
|
|
|
- courseDetail.userid == userid ||
|
|
|
- (courseDetail.course_teacher &&
|
|
|
- courseDetail.course_teacher.indexOf(userid) != -1)
|
|
|
+ .toolChoose[0].tool.length > 0)
|
|
|
"
|
|
|
>
|
|
|
|
|
@@ -666,7 +663,7 @@
|
|
|
chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
.toolChoose[0].tool.length > 0
|
|
|
"
|
|
|
- style="padding: 0 37px"
|
|
|
+ style="padding: 0 37px;border-radius: 20px 20px 0 0;"
|
|
|
>
|
|
|
<div
|
|
|
class="queTop"
|
|
@@ -5468,6 +5465,7 @@
|
|
|
</div>
|
|
|
<div
|
|
|
class="vedioBox"
|
|
|
+ style="border-radius: 0 0 20px 20px;"
|
|
|
v-if="
|
|
|
arrayToArray(tool.tool, isWorkTool).length &&
|
|
|
(noWorksS[toolIndex].length || worksStudent[toolIndex].length)
|