From 42ccaaef03ed42f9cf5126f4992797bf3c34444a Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Fri, 14 Oct 2022 16:26:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/Index.vue b/src/views/Index.vue index 8675708a..e2a5ee66 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -167,10 +167,10 @@
-
+
-
+

人气榜NO.{{ind+1}} @@ -189,7 +189,7 @@

+ :sex="ca.authorInfo.sex" :aid="userInfo.aid">
@@ -507,6 +507,7 @@ }, mounted() { this.userInfo = this.$store.getters.userInfo; + // console.log(this.this.userInfo) this.getCourseData(1); this.getCaseData(); this.getArticleData();