mod: member search loading status
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user