Przeglądaj źródła

每日一签签到

xiaohaizhao 1 rok temu
rodzic
commit
d3836ea091
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      packageA/dailyYttendance/index.vue

+ 7 - 0
packageA/dailyYttendance/index.vue

@@ -70,6 +70,13 @@ export default {
         this.content.where.year = time[0];
         this.content.where.month = time[1];
         this.getList(true)
+        
+        this.$Http.basic({
+            "id": 2024060710172602,
+            "content": {},
+        }).then(res => {
+            console.log("签到", res)
+        })
     },
     onShow() {
         if (this.content.pageNumber && this.content.pageNumber >= 2) this.getList(true)