mod: history

This commit is contained in:
guozhigq
2023-08-20 15:26:10 +08:00
parent 83341cd62b
commit 7bb7159d48
3 changed files with 19 additions and 17 deletions

View File

@ -102,8 +102,7 @@ class _HistoryPageState extends State<HistoryPage> {
Map data = snapshot.data;
if (data['status']) {
return Obx(
() => _historyController.historyList.isNotEmpty &&
!_historyController.isLoadingMore.value
() => _historyController.historyList.isNotEmpty
? SliverList(
delegate: SliverChildBuilderDelegate(
(context, index) {