0.6.1
This commit is contained in:
+2
-2
@@ -109,7 +109,7 @@ function getTime(time) {
|
|||||||
loadMemos(currentPage);
|
loadMemos(currentPage);
|
||||||
|
|
||||||
// 点击“加载更多”按钮时加载下一页
|
// 点击“加载更多”按钮时加载下一页
|
||||||
document.getElementById('load-more').addEventListener('click', function() {
|
document.getElementById('loadmore').addEventListener('click', function() {
|
||||||
currentPage++;
|
currentPage++;
|
||||||
loadMemos(currentPage);
|
loadMemos(currentPage);
|
||||||
});
|
});
|
||||||
@@ -196,4 +196,4 @@ img {
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</div>
|
</div>
|
||||||
<?php $this->need('footer.php'); ?>
|
<?php $this->need('footer.php'); ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user