动态发布
This commit is contained in:
@@ -51,6 +51,9 @@ class MomentController extends GetxController {
|
||||
}
|
||||
|
||||
Future<void> loadMoreList() async {
|
||||
if (momentData.value == null || momentData.value!.data!.isEmpty) {
|
||||
return;
|
||||
}
|
||||
final res = await MomentProvider.fetchMomentList(
|
||||
momentData.value?.data?.last.createdAt,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user