fix: List dataType

This commit is contained in:
guozhigq
2024-02-28 00:45:13 +08:00
parent 542975d0ec
commit db03cdd442
11 changed files with 15 additions and 15 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;