sunny 1 year ago
parent
commit
48b57e21f3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/HomeView/SignIn.vue

+ 2 - 2
src/views/HomeView/SignIn.vue

@@ -115,7 +115,7 @@ export default {
     };
     };
   },
   },
   created() {
   created() {
-    this.getSignInfo();
+    // this.getSignInfo();
     this.getUserInfo();
     this.getUserInfo();
   },
   },
   methods: {
   methods: {
@@ -153,7 +153,7 @@ export default {
           message: '签到成功!',
           message: '签到成功!',
           type: 'success'
           type: 'success'
         });
         });
-        // this.getSignInfo();
+        this.getUserInfo();
       });
       });
     },
     },
     // 保存滚动值,这是兼容的写法
     // 保存滚动值,这是兼容的写法