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();