mod: 投稿搜索无内容样式

This commit is contained in:
guozhigq
2023-10-14 16:59:03 +08:00
parent 844053b138
commit 5c07cb4545
4 changed files with 17 additions and 21 deletions

View File

@ -75,7 +75,11 @@ class MemberSearchController extends GetxController {
}
archivePn += 1;
hasRequest = true;
if (res['data'].list.vlist.isEmpty) {
loadingStatus.value = 'finish';
}
}
// loadingStatus.value = 'finish';
return res;
}