fix:修复下拉加载会跳转至顶部的问题

This commit is contained in:
2025-11-19 22:46:27 +08:00
parent 59b439a8ac
commit 50d7657a93

View File

@@ -44,7 +44,10 @@ class BlogProvider with ChangeNotifier {
if (isLoading) return;
try {
isLoading = true;
if (currentPage == 1) {
isLoading = true;
}
error = null;
notifyListeners();