修正页面显示闪过

This commit is contained in:
tanghong668 2023-12-02 12:28:56 +08:00
parent 5cade2cffa
commit 5df8e1d1a2

View File

@ -240,6 +240,9 @@ class SelectController extends GetxController {
} }
Future confimSelected() async { Future confimSelected() async {
showBtn.value = false;
allAnswer.value = false;
showOccupationName.value = false;
confirm.value = true; confirm.value = true;
recommend.value = false; recommend.value = false;
confirmTitle.value = '你的梦想职业是'; confirmTitle.value = '你的梦想职业是';
@ -322,9 +325,6 @@ class SelectController extends GetxController {
val!.display = false; val!.display = false;
}); });
} }
showBtn.value = false;
allAnswer.value = false;
showOccupationName.value = false;
} }
Future openDream() async { Future openDream() async {