开启建梦想树生成控制
This commit is contained in:
parent
7b50ff0f78
commit
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