不开放画家

This commit is contained in:
yuanjunyao 2023-12-02 10:38:50 +08:00
parent ac32e162b3
commit a616102694

View File

@ -82,7 +82,7 @@ class SelectController extends GetxController {
vImage: 'btn_male_pic_artist', vImage: 'btn_male_pic_artist',
hImage: 'pic_male_artist', hImage: 'pic_male_artist',
selected: false, selected: false,
enable: true, enable: false,
)); ));
occupations.add(Occupation( occupations.add(Occupation(
id: 6, id: 6,
@ -157,7 +157,7 @@ class SelectController extends GetxController {
vImage: 'btn_female_pic_artist', vImage: 'btn_female_pic_artist',
hImage: 'pic_female_artist', hImage: 'pic_female_artist',
selected: false, selected: false,
enable: true, enable: false,
)); ));
occupations.add(Occupation( occupations.add(Occupation(
id: 6, id: 6,