From f00b6df90e848b358d05fda48000fa2ce651a321 Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Thu, 13 Oct 2022 19:13:08 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E8=AF=BE=E7=A8=8B=E5=AD=A6=E4=B9=A0=E4=BA=BA=E6=95=B0?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; From 194d61a68a00a344aa4defbe7964707206dda715 Mon Sep 17 00:00:00 2001 From: 86182 Date: Thu, 13 Oct 2022 19:48:56 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/qa/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/portal/qa/Index.vue b/src/views/portal/qa/Index.vue index 597bbf16..73e44770 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 = sysCreateTime; this.queryConditions.pageIndex = 1 this.qaList = []; this.getQaData(true); From db6d2e3067a573456b0f2df5c9ed0e84907d0e4f Mon Sep 17 00:00:00 2001 From: 86182 Date: Thu, 13 Oct 2022 19:53:31 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/qa/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/portal/qa/Index.vue b/src/views/portal/qa/Index.vue index 73e44770..04e56cd8 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 = sysCreateTime; + this.queryConditions.orderField = 'sysCreateTime'; this.queryConditions.pageIndex = 1 this.qaList = []; this.getQaData(true); From 0d8e8dea08e36c2522b688a256f08f7b359ba22f Mon Sep 17 00:00:00 2001 From: 86182 Date: Thu, 13 Oct 2022 19:55:49 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/qa/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/portal/qa/Index.vue b/src/views/portal/qa/Index.vue index 04e56cd8..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 = 'sysCreateTime'; + this.queryConditions.orderField = ''; this.queryConditions.pageIndex = 1 this.qaList = []; this.getQaData(true); From 0d72175c3a92ad2e15e49483979f8cfbbfa61fb1 Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Thu, 13 Oct 2022 19:58:08 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E8=AF=BE=E7=A8=8B=E5=AD=A6=E4=B9=A0=E4=BA=BA=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Index.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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">人观看
- +