feat: 评论点赞

This commit is contained in:
guozhigq
2023-07-24 20:01:10 +08:00
parent 7a3f6cf5ee
commit 1c744e3f59
5 changed files with 116 additions and 24 deletions

View File

@ -42,7 +42,6 @@ class DynamicDetailController extends GetxController {
sort: sortType.index,
);
if (res['status']) {
res['data'] = ReplyData.fromJson(res['data']);
acount.value = res['data'].page.acount;
if (res['data'].replies.isNotEmpty) {
currentPage = currentPage + 1;