Explorar el Código

每日一签签到

xiaohaizhao hace 1 año
padre
commit
d3836ea091
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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)