Compare commits
3 Commits
9355fc2016
...
b1832f04ff
Author | SHA1 | Date | |
---|---|---|---|
|
b1832f04ff | ||
|
3600f2ea41 | ||
|
5df8e1d1a2 |
@ -240,11 +240,14 @@ class SelectController extends GetxController {
|
||||
}
|
||||
|
||||
Future confimSelected() async {
|
||||
showBtn.value = false;
|
||||
allAnswer.value = false;
|
||||
showOccupationName.value = false;
|
||||
confirm.value = true;
|
||||
recommend.value = false;
|
||||
confirmTitle.value = '你的梦想职业是';
|
||||
showOccupationName.value = true;
|
||||
await Future.delayed(const Duration(milliseconds: 1000));
|
||||
await Future.delayed(const Duration(milliseconds: 1500));
|
||||
showOccupationName.value = false;
|
||||
}
|
||||
|
||||
@ -304,7 +307,7 @@ class SelectController extends GetxController {
|
||||
await setStep();
|
||||
textController.text = '';
|
||||
if (allAnswer.value) {
|
||||
await Future.delayed(const Duration(milliseconds: 1000));
|
||||
await Future.delayed(const Duration(milliseconds: 1500));
|
||||
for (var questionAnswer in questionAnswers) {
|
||||
questionAnswer.update((val) {
|
||||
val!.display = false;
|
||||
@ -322,9 +325,6 @@ class SelectController extends GetxController {
|
||||
val!.display = false;
|
||||
});
|
||||
}
|
||||
showBtn.value = false;
|
||||
allAnswer.value = false;
|
||||
showOccupationName.value = false;
|
||||
}
|
||||
|
||||
Future openDream() async {
|
||||
|
Loading…
Reference in New Issue
Block a user