From 6135e5ac526ff016dbd4e0120763f9521e96ce30 Mon Sep 17 00:00:00 2001 From: cgd_mac <349008059@qq.com> Date: Fri, 25 Feb 2022 18:20:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Charts/ChartCard.vue | 4 +--- src/views/mycollection/index.vue | 4 ++-- src/views/mycourse/mycourseList/MyCourseList.vue | 7 ++++--- src/views/myexam/index.vue | 6 +++--- src/views/myexamCount/index.vue | 2 +- src/views/myexamDetail/index.vue | 4 ++-- 6 files changed, 13 insertions(+), 14 deletions(-) diff --git a/src/components/Charts/ChartCard.vue b/src/components/Charts/ChartCard.vue index fc1f425..b72d378 100644 --- a/src/components/Charts/ChartCard.vue +++ b/src/components/Charts/ChartCard.vue @@ -12,9 +12,7 @@
- - {{ typeof total === 'function' && total() || total }} - + {{ typeof total === 'function' && total() || total }}
diff --git a/src/views/mycollection/index.vue b/src/views/mycollection/index.vue index d58b10e..d0db6f2 100644 --- a/src/views/mycollection/index.vue +++ b/src/views/mycollection/index.vue @@ -1,6 +1,6 @@