From a6161026940e98579ac7144c3edbb264a9eb58e7 Mon Sep 17 00:00:00 2001 From: yuanjunyao <78557062@qq.com> Date: Sat, 2 Dec 2023 10:38:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=BC=80=E6=94=BE=E7=94=BB=E5=AE=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/app/modules/select/controllers/select_controller.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/app/modules/select/controllers/select_controller.dart b/lib/app/modules/select/controllers/select_controller.dart index e21324d..8656d64 100644 --- a/lib/app/modules/select/controllers/select_controller.dart +++ b/lib/app/modules/select/controllers/select_controller.dart @@ -82,7 +82,7 @@ class SelectController extends GetxController { vImage: 'btn_male_pic_artist', hImage: 'pic_male_artist', selected: false, - enable: true, + enable: false, )); occupations.add(Occupation( id: 6, @@ -157,7 +157,7 @@ class SelectController extends GetxController { vImage: 'btn_female_pic_artist', hImage: 'pic_female_artist', selected: false, - enable: true, + enable: false, )); occupations.add(Occupation( id: 6,