取消职业默认选择

This commit is contained in:
tanghong668 2023-11-30 12:23:34 +08:00
parent e24be85f04
commit af57daa7f9

View File

@ -72,7 +72,7 @@ class SelectController extends GetxController {
enName: 'artist',
vImage: 'btn_male_pic_artist',
hImage: 'pic_male_artist',
selected: true,
selected: false,
enable: true,
));
occupations.add(Occupation(
@ -122,7 +122,7 @@ class SelectController extends GetxController {
enName: 'academician',
vImage: 'btn_female_pic_academician',
hImage: 'pic_female_academician',
enable: true,
enable: false,
));
occupations.add(Occupation(
id: 2,
@ -157,7 +157,7 @@ class SelectController extends GetxController {
enName: 'artist',
vImage: 'btn_female_pic_artist',
hImage: 'pic_female_artist',
selected: true,
selected: false,
enable: true,
));
occupations.add(Occupation(