From 01fbf93e830f430b3db13a0a0b75ec8bc1716d0b Mon Sep 17 00:00:00 2001
From: zhaofang <752743406@qq.com>
Date: Mon, 21 Nov 2022 17:42:32 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/interact-bar/interact-bar.vue | 2 +-
components/system-news/system-news.vue | 1 +
pages/study/courseStudy.vue | 3 +++
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/components/interact-bar/interact-bar.vue b/components/interact-bar/interact-bar.vue
index cdebe01..5bcadc0 100644
--- a/components/interact-bar/interact-bar.vue
+++ b/components/interact-bar/interact-bar.vue
@@ -11,7 +11,7 @@
- {{data.praises}}
+ {{data.praises == 0 ? '':data.praises}}
diff --git a/components/system-news/system-news.vue b/components/system-news/system-news.vue
index 9740837..278c730 100644
--- a/components/system-news/system-news.vue
+++ b/components/system-news/system-news.vue
@@ -160,6 +160,7 @@
})
},
allRead(){
+ this.flag = false;
if(this.items.length == 0) {
return
}
diff --git a/pages/study/courseStudy.vue b/pages/study/courseStudy.vue
index 07765e2..c4a43bf 100644
--- a/pages/study/courseStudy.vue
+++ b/pages/study/courseStudy.vue
@@ -1880,6 +1880,9 @@
text-overflow: ellipsis;
}
}
+ .catalog-con:last-child{
+ border: none;
+ }
.catalog-con{
display: flex;
justify-content: space-between;