mod: member search loading status

This commit is contained in:
guozhigq
2024-12-06 23:30:21 +08:00
parent 5da67ce5e7
commit 16088df3a3

View File

@ -37,6 +37,7 @@ class MemberSearchController extends GetxController {
} else { } else {
Get.back(); Get.back();
} }
loadingStatus.value = 'init';
} }
void onChange(value) { void onChange(value) {
@ -76,7 +77,7 @@ class MemberSearchController extends GetxController {
archivePn += 1; archivePn += 1;
hasRequest = true; hasRequest = true;
} }
// loadingStatus.value = 'finish'; loadingStatus.value = 'finish';
return res; return res;
} }