This commit is contained in:
浪子
2024-09-28 23:34:36 +08:00
committed by GitHub
parent 59f1d27e27
commit 15b7523b18
+2 -2
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'); ?>