This commit is contained in:
2025-12-07 11:07:14 +08:00
parent 134f759589
commit f1786018e6
4 changed files with 13 additions and 4 deletions
+9 -1
View File
@@ -238,7 +238,12 @@
success: function (response) {
console.log(response.d)
console.log($('#divdbyj'))
$('#divdbyj').html(response.d)
$('#divdbyj').html(response.d)
setTimeout(function () {
getToDo(1);
}, 60000);
},
error: function (xhr, status, error) {
console.log(error)
@@ -281,6 +286,9 @@
}
})
page(9, '.todo', 0)
page(40, '.project', 2)
page(30, '.note', 1)