modify ui
This commit is contained in:
parent
ad8b27bc5e
commit
0a95b951a6
|
@ -66,8 +66,8 @@ class _CommentScreenState extends State<CommentScreen> {
|
||||||
children: [
|
children: [
|
||||||
_buildPrePage(page),
|
_buildPrePage(page),
|
||||||
...page.docs.map((e) => _buildComment(e)),
|
...page.docs.map((e) => _buildComment(e)),
|
||||||
_buildPostComment(),
|
|
||||||
_buildNextPage(page),
|
_buildNextPage(page),
|
||||||
|
_buildPostComment(),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
|
@ -65,8 +65,8 @@ class _CommentListState extends State<CommentList> {
|
||||||
children: [
|
children: [
|
||||||
_buildPrePage(page),
|
_buildPrePage(page),
|
||||||
...page.docs.map((e) => _buildComment(e)),
|
...page.docs.map((e) => _buildComment(e)),
|
||||||
_buildPostComment(),
|
|
||||||
_buildNextPage(page),
|
_buildNextPage(page),
|
||||||
|
_buildPostComment(),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue