|
@@ -11939,7 +11939,9 @@
|
|
'&tType=' +
|
|
'&tType=' +
|
|
tType +
|
|
tType +
|
|
'&screenType=' +
|
|
'&screenType=' +
|
|
- screenType
|
|
|
|
|
|
+ screenType+
|
|
|
|
+ '&role=' +
|
|
|
|
+ role
|
|
)
|
|
)
|
|
"
|
|
"
|
|
></classRoomHelper>
|
|
></classRoomHelper>
|
|
@@ -11957,7 +11959,9 @@
|
|
'&tType=' +
|
|
'&tType=' +
|
|
tType +
|
|
tType +
|
|
'&screenType=' +
|
|
'&screenType=' +
|
|
- screenType
|
|
|
|
|
|
+ screenType+
|
|
|
|
+ '&role=' +
|
|
|
|
+ role
|
|
)"></studentClassRoomHelper>
|
|
)"></studentClassRoomHelper>
|
|
<div
|
|
<div
|
|
class="pButton"
|
|
class="pButton"
|
|
@@ -16459,6 +16463,7 @@ export default {
|
|
id: this.$route.query.courseId,
|
|
id: this.$route.query.courseId,
|
|
userid: this.$route.query.userid,
|
|
userid: this.$route.query.userid,
|
|
classId: this.$route.query.cid,
|
|
classId: this.$route.query.cid,
|
|
|
|
+ role: this.$route.query.role,
|
|
// courseTypeLine: this.$route.query.type,
|
|
// courseTypeLine: this.$route.query.type,
|
|
oid: this.$route.query.oid,
|
|
oid: this.$route.query.oid,
|
|
org: this.$route.query.org,
|
|
org: this.$route.query.org,
|
|
@@ -24881,8 +24886,10 @@ export default {
|
|
var a = document.getElementsByClassName("box_course")[0].offsetHeight;
|
|
var a = document.getElementsByClassName("box_course")[0].offsetHeight;
|
|
// document.getElementsByClassName("vedioList")[0].style.height = a + "px";
|
|
// document.getElementsByClassName("vedioList")[0].style.height = a + "px";
|
|
if (this.showType == 2 || this.showType == 3) {
|
|
if (this.showType == 2 || this.showType == 3) {
|
|
- document.getElementsByClassName("navBox")[0].style.height =
|
|
|
|
- a - 40 + 0 + "px";
|
|
|
|
|
|
+ if (document.getElementsByClassName("navBox") && document.getElementsByClassName("navBox")[0]) {
|
|
|
|
+ document.getElementsByClassName("navBox")[0].style.height =
|
|
|
|
+ a - 40 + 0 + "px";
|
|
|
|
+ }
|
|
} else {
|
|
} else {
|
|
if (document.getElementsByClassName("navBox") && document.getElementsByClassName("navBox")[0]) {
|
|
if (document.getElementsByClassName("navBox") && document.getElementsByClassName("navBox")[0]) {
|
|
document.getElementsByClassName("navBox")[0].style.height = a - 40 + "px";
|
|
document.getElementsByClassName("navBox")[0].style.height = a - 40 + "px";
|
|
@@ -25400,7 +25407,7 @@ export default {
|
|
this.tipsIndex = i;
|
|
this.tipsIndex = i;
|
|
this.downDialogVisible = true;
|
|
this.downDialogVisible = true;
|
|
},
|
|
},
|
|
- uploadWorks() {
|
|
|
|
|
|
+ uploadWorks(i) {
|
|
this.$confirm("确定导出作业吗?", "提示", {
|
|
this.$confirm("确定导出作业吗?", "提示", {
|
|
confirmButtonText: "确定",
|
|
confirmButtonText: "确定",
|
|
cancelButtonText: "取消",
|
|
cancelButtonText: "取消",
|