diff --git a/src/views/Index.vue b/src/views/Index.vue index 866e2d60..fe90eedc 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -74,7 +74,7 @@
- 2581人学习 + 3000+人学习
@@ -96,7 +96,9 @@
- {{ course.authorInfo.name }} {{ course.studys }}人学习 + {{ course.authorInfo.name }} + {{course.studiesFormat}}人学习 + {{course.studiesFormat}}+人学习
@@ -191,7 +193,7 @@ :data="ca" :shares="false" :views="true">人观看
- +
diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 6acd1d38..f924b499 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -89,7 +89,8 @@
{{cinfo.teacher=='BOE教师'? '':cinfo.teacher}} - {{cinfo.studies}}+人学习 + {{cinfo.studiesFormat}}人学习 + {{cinfo.studiesFormat}}+人学习
@@ -891,7 +892,7 @@ export default { ::v-deep .course-image-box :hover .el-image{ // transition: all 0.5s; - + //z-index: 999; //position: absolute; //top: -50px; diff --git a/src/views/portal/qa/Index.vue b/src/views/portal/qa/Index.vue index 597bbf16..83304ac0 100644 --- a/src/views/portal/qa/Index.vue +++ b/src/views/portal/qa/Index.vue @@ -310,7 +310,7 @@ export default { if(id=="answers"){ this.styleControl = 2 } - this.queryConditions.orderField = id; + this.queryConditions.orderField = ''; this.queryConditions.pageIndex = 1 this.qaList = []; this.getQaData(true);