mod: 代码整理

This commit is contained in:
orz12
2024-02-27 13:44:28 +08:00
parent 71828bef14
commit e0fe2e29f2
14 changed files with 18 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ class DynamicDetailController extends GetxController {
int currentPage = 0;
bool isLoadingMore = false;
RxString noMore = ''.obs;
RxList<ReplyItemModel> replyList = [ReplyItemModel()].obs;
RxList<ReplyItemModel> replyList = <ReplyItemModel>[].obs;
RxInt acount = 0.obs;
final ScrollController scrollController = ScrollController();