diff --git a/components/commentsList.vue b/components/commentsList.vue
new file mode 100644
index 0000000..c643060
--- /dev/null
+++ b/components/commentsList.vue
@@ -0,0 +1,389 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.user.name == '' ? '暂无昵称': item.user.name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.supportCount}}
+
+
+
+
+ {{item.children && item.children.length > 0? item.children.length : 0}}
+
+ {{item.createTime}}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{citem.user.name == '' ? '暂无昵称': citem.user.name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{citem.supportCount}}
+
+
+ {{citem.createTime}}
+
+
+
+
+ 加载更多追评
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/course/courseDetail.vue b/pages/course/courseDetail.vue
index 7a4c912..5e34386 100644
--- a/pages/course/courseDetail.vue
+++ b/pages/course/courseDetail.vue
@@ -137,84 +137,9 @@
-
-
-
-
-
-
-
-
-
- {{item.user.name == '' ? '暂无昵称': item.user.name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.supportCount}}
-
-
-
-
- {{item.children && item.children.length > 0? item.children.length : 0}}
-
- {{item.createTime}}
-
-
-
-
-
-
-
-
-
-
-
-
- {{citem.user.name == '' ? '暂无昵称': citem.user.name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{citem.supportCount}}
-
-
- {{citem.createTime}}
-
-
-
-
- 加载更多追评
-
-
-
-
-
+
+
+
@@ -332,6 +257,7 @@
@@ -1226,17 +1133,6 @@
border-radius: 100%; overflow: hidden;
}
- // .img {
- // width: 80rpx;
- // height: 80rpx;
- // border-radius: 100%;
-
- // image {
- // width: 100%;
- // height: 80rpx;
- // }
- // }
-
.contentBox {
font-size: 24rpx;
diff --git a/pages/course/learn.vue b/pages/course/learn.vue
index fe3f41f..695adc1 100644
--- a/pages/course/learn.vue
+++ b/pages/course/learn.vue
@@ -27,9 +27,11 @@
-
+
+
+
@@ -82,7 +84,7 @@
color: '#258feb',
},
tabList:[
- {id:1, name:"章节介绍"},{id:2, name:"评论"},
+ {id:1, name:"章节介绍"},{id:3, name:"本节作业"},{id:2, name:"评论"}
],
scrollTop: 0,
courseId: null,
@@ -168,7 +170,9 @@