From d59a161fb751ad9fc539806586cd51e051218447 Mon Sep 17 00:00:00 2001 From: tanghong668 <13926187239@163.com> Date: Tue, 28 Nov 2023 21:28:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=90=AF=E5=BB=BA=E6=A2=A6=E6=83=B3?= =?UTF-8?q?=E6=A0=91=E7=94=9F=E6=88=90=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/app/modules/home/controllers/home_controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app/modules/home/controllers/home_controller.dart b/lib/app/modules/home/controllers/home_controller.dart index 1c9caf9..3631870 100644 --- a/lib/app/modules/home/controllers/home_controller.dart +++ b/lib/app/modules/home/controllers/home_controller.dart @@ -49,7 +49,7 @@ class HomeController extends GetxController { age = SpUtil.getInt(Constant.age, defValue: 10)!; occupationName = SpUtil.getString(Constant.occupationName).nullSafe; occupationId = SpUtil.getInt(Constant.occupationId, defValue: 2)!; - // create.value = SpUtil.getBool(Constant.create, defValue: true)!; + create.value = SpUtil.getBool(Constant.create, defValue: true)!; initLeftExploreApps(); initRightExploreApps(); initArtistGoals();