diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue
index cd82a987..d02b8c58 100644
--- a/src/views/study/coursenew.vue
+++ b/src/views/study/coursenew.vue
@@ -132,13 +132,21 @@
-
+

1. {{ ele.contentName }}
+
+
+
+
+

1. {{ list.contentName }}
+
+
+
@@ -336,7 +344,7 @@ export default {
widthOpen(url) {
window.open(url, '_blank');
},
- showRes(r,i,index) { //i:子节下标,index:章下标
+ showRes(r,i,index) { //i:子节下标,index:章下标
if(i!=undefined && index!=undefined && r.status<9) {
if(this.courseInfo.orderStudy) {
//判断上个是否学完
@@ -813,6 +821,10 @@ export default {
} else {
this.showRes(this.contentList[playIndex]);
}
+ if(this.courseInfo.type == 10) {
+ this.showRes(this.contentList[0]);
+ }
+
} else {
this.$message.error('您还未报名');
if (this.courseInfo.type == 10) {