This commit is contained in:
浪子 2024-09-28 23:34:36 +08:00 committed by GitHub
parent 59f1d27e27
commit 15b7523b18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ function getTime(time) {
loadMemos(currentPage);
// 点击“加载更多”按钮时加载下一页
document.getElementById('load-more').addEventListener('click', function() {
document.getElementById('loadmore').addEventListener('click', function() {
currentPage++;
loadMemos(currentPage);
});
@ -196,4 +196,4 @@ img {
}
</style>
</div>
<?php $this->need('footer.php'); ?>
<?php $this->need('footer.php'); ?>