|
@@ -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)
|