Explorar o código

修改页面初始化

aaa %!s(int64=3) %!d(string=hai) anos
pai
achega
38f7f93340
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/views/home/index.vue

+ 3 - 1
src/views/home/index.vue

@@ -40,7 +40,7 @@ export default {
   components: { PageLearn, PageAnswer, PageExam, PagePerson },
   data() {
     return {
-      currentComponents: "pageLearn",
+      currentComponents: "",
       activeTabName: 0,
       tabbars: [
         {
@@ -159,6 +159,8 @@ export default {
       this.currentComponents = this.tabbars[this.activeTabName].pageName;
     },
     afterGetUserInfo() {
+      // 初始化当前也
+      this.currentComponents = "pageLearn";
       // 获取所有收藏
       this.getCollection();
       // 获取所有考试历史