From fd2156549960bd20ef574cf4a76debf23725a116 Mon Sep 17 00:00:00 2001
From: zhaofang <752743406@qq.com>
Date: Thu, 17 Nov 2022 18:14:23 +0800
Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83=E9=97=AE?=
=?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/portal/case/Detail.vue | 8 ++------
src/views/study/Courses.vue | 8 ++++----
2 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/src/views/portal/case/Detail.vue b/src/views/portal/case/Detail.vue
index e2bf1578..06f9974f 100644
--- a/src/views/portal/case/Detail.vue
+++ b/src/views/portal/case/Detail.vue
@@ -104,8 +104,7 @@
好评榜
- -
-
+
-
@@ -122,15 +121,13 @@
{{ item.title }}
-
人气榜
- -
-
+
-
@@ -147,7 +144,6 @@
{{ item.title }}
-
diff --git a/src/views/study/Courses.vue b/src/views/study/Courses.vue
index 2d1963b1..00d46855 100644
--- a/src/views/study/Courses.vue
+++ b/src/views/study/Courses.vue
@@ -316,11 +316,11 @@ computed: {
// this.$router.push({path:'/course/micro',query:{id:item.courseId}})
// }
// if(item.courseType==20){
- if(item.progress>0 && item.progress<100) {
+ // if(item.progress>0 && item.progress<100) {
this.$router.push({path:'/course/studyindex',query:{id:item.courseId}})
- } else {
- this.$router.push({path:'/course/detail',query:{id:item.courseId}})
- }
+ // } else {
+ // this.$router.push({path:'/course/detail',query:{id:item.courseId}})
+ // }
// }
}