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

@@ -22,7 +22,7 @@ class VideoReplyController extends GetxController {
String? replyLevel;
// rpid 请求楼中楼回复
String? rpid;
RxList<ReplyItemModel> replyList = [ReplyItemModel()].obs;
RxList<ReplyItemModel> replyList = <ReplyItemModel>[].obs;
// 当前页
int currentPage = 0;
bool isLoadingMore = false;