diff --git a/src/assets/images/ban.png b/src/assets/images/ban.png new file mode 100644 index 00000000..244e989d Binary files /dev/null and b/src/assets/images/ban.png differ diff --git a/src/assets/images/not.png b/src/assets/images/not.png new file mode 100644 index 00000000..d021d1b7 Binary files /dev/null and b/src/assets/images/not.png differ diff --git a/src/assets/images/over.png b/src/assets/images/over.png new file mode 100644 index 00000000..ed62321d Binary files /dev/null and b/src/assets/images/over.png differ diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue index 6e41a945..3e5dbcba 100644 --- a/src/views/study/coursenew.vue +++ b/src/views/study/coursenew.vue @@ -170,13 +170,47 @@
-
+
+ + + + +
+ +
+
{{i+1}}.{{ ele.contentName }}
+
+ 学习中 + + + + +
+
+
+
+
+
+
+
+
@@ -320,6 +354,8 @@ }, data() { return { + KeyIndex: '', + activeId: '', sendEventProgress: 0, trueFalse: true, audiences:'', @@ -455,6 +491,13 @@ this.stopStudyTime(); }, methods: { + handleOpen(key, keyPath) { + console.log(key, keyPath,'handleOpen'); + this.KeyIndex = key; + }, + handleClose(key, keyPath) { + console.log(key, keyPath,'handleClose'); + }, toUserHome(tea){ this.$router.push({path:this.$xpage.getHomePath(tea.teacherId)}) }, @@ -604,6 +647,7 @@ let $this = this; this.resType = r.contentType; this.contentData = r; + this.activeId = this.contentData.id this.contentData.name = this.courseInfo.name; this.saveStudyDuration(); @@ -1618,7 +1662,26 @@