mod: 更多回复展示逻辑
This commit is contained in:
@ -35,6 +35,9 @@ class VideoReplyReplyController extends GetxController {
|
||||
}
|
||||
|
||||
Future queryReplyList({type = 'init'}) async {
|
||||
if(type == 'init'){
|
||||
currentPage = 0;
|
||||
}
|
||||
isLoadingMore = true;
|
||||
var res = await ReplyHttp.replyReplyList(
|
||||
oid: aid!, root: rpid!, pageNum: currentPage + 1, type: 1);
|
||||
|
||||
Reference in New Issue
Block a user