feat: 动态点赞/取消赞

This commit is contained in:
guozhigq
2023-07-24 22:02:03 +08:00
parent 1c744e3f59
commit 85eeacebb8
9 changed files with 160 additions and 54 deletions

View File

@ -236,7 +236,7 @@ class _DynamicsPageState extends State<DynamicsPage>
List<DynamicItemModel> list =
_dynamicsController.dynamicsList;
return Obx(
() => list.length == 1
() => list.isEmpty
? skeleton()
: SliverList(
delegate: