diff --git a/lib/views/home/hashtag/hashtag_state.dart b/lib/views/home/hashtag/hashtag_state.dart index fc1e5e7..fbe6d78 100644 --- a/lib/views/home/hashtag/hashtag_state.dart +++ b/lib/views/home/hashtag/hashtag_state.dart @@ -25,6 +25,7 @@ class HashtagState extends CoreProvier { )); await service.httpGet(); if (service.isSuccess) { + lastPage = service.result['lastPage']; final contents = service.result['contents']; for (var i = 0; i < contents.length; i++) { items.add(OverviewData.fromJson(contents[i]));