Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d59a161fb7 |
@ -49,7 +49,7 @@ class HomeController extends GetxController {
|
|||||||
age = SpUtil.getInt(Constant.age, defValue: 10)!;
|
age = SpUtil.getInt(Constant.age, defValue: 10)!;
|
||||||
occupationName = SpUtil.getString(Constant.occupationName).nullSafe;
|
occupationName = SpUtil.getString(Constant.occupationName).nullSafe;
|
||||||
occupationId = SpUtil.getInt(Constant.occupationId, defValue: 2)!;
|
occupationId = SpUtil.getInt(Constant.occupationId, defValue: 2)!;
|
||||||
// create.value = SpUtil.getBool(Constant.create, defValue: true)!;
|
create.value = SpUtil.getBool(Constant.create, defValue: true)!;
|
||||||
initLeftExploreApps();
|
initLeftExploreApps();
|
||||||
initRightExploreApps();
|
initRightExploreApps();
|
||||||
initArtistGoals();
|
initArtistGoals();
|
||||||
|
Loading…
Reference in New Issue
Block a user